Home
last modified time | relevance | path

Searched refs:xpcs_create_pcs_mdiodev (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/pcs/
H A Dpcs-xpcs.h60 struct phylink_pcs *xpcs_create_pcs_mdiodev(struct mii_bus *bus, int addr);
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_phylink.c205 pcs = xpcs_create_pcs_mdiodev(fbd->mdio_bus, 0); in fbnic_phylink_create()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_mdio.c412 pcs = xpcs_create_pcs_mdiodev(bus, port); in sja1105_mdiobus_pcs_register()
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c1662 struct phylink_pcs *xpcs_create_pcs_mdiodev(struct mii_bus *bus, int addr) in xpcs_create_pcs_mdiodev() function
1672 EXPORT_SYMBOL_GPL(xpcs_create_pcs_mdiodev);
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c154 pcs = xpcs_create_pcs_mdiodev(mii_bus, 0); in txgbe_mdio_pcs_init()
/linux/drivers/net/dsa/microchip/
H A Dksz9477.c339 pcs = xpcs_create_pcs_mdiodev(bus, 0); in ksz9477_pcs_create()