Home
last modified time | relevance | path

Searched refs:attach_mdi_port (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/phy/
H A Dmarvell10g.c1410 .attach_mdi_port = mv3310_attach_mdi_port,
1431 .attach_mdi_port = mv3310_attach_mdi_port,
1453 .attach_mdi_port = mv3310_attach_mdi_port,
1473 .attach_mdi_port = mv3310_attach_mdi_port,
H A Ddp83822.c1193 .attach_mdi_port = dp83822_attach_mdi_port \
H A Dphy_device.c1639 if (phydev->drv && phydev->drv->attach_mdi_port) in phy_add_port()
1640 ret = phydev->drv->attach_mdi_port(phydev, port); in phy_add_port()
/linux/include/linux/
H A Dphy.h1564 int (*attach_mdi_port)(struct phy_device *dev, struct phy_port *port); member