linux/drivers/net/ethernet/apm/xgene-v2/mdio.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Applied Micro X-Gene SoC Ethernet v2 Driver
 *
 * Copyright (c) 2017, Applied Micro Circuits Corporation
 * Author(s): Iyappan Subramanian <[email protected]>
 *	      Keyur Chudgar <[email protected]>
 */

#include "main.h"

static int xge_mdio_write(struct mii_bus *bus, int phy_id, int reg, u16 data)
{}

static int xge_mdio_read(struct mii_bus *bus, int phy_id, int reg)
{}

static void xge_adjust_link(struct net_device *ndev)
{}

void xge_mdio_remove(struct net_device *ndev)
{}

int xge_mdio_config(struct net_device *ndev)
{}