Searched refs:MDIO_PHY_ID_C45 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmdio.h260 #define MDIO_PHY_ID_C45 0x8000 macro
264 (MDIO_PHY_ID_C45 | MDIO_PHY_ID_PRTAD | MDIO_PHY_ID_DEVAD)
268 return MDIO_PHY_ID_C45 | (prtad << 5) | devad;
273 return (phy_id & MDIO_PHY_ID_C45) && !(phy_id & ~MDIO_PHY_ID_C45_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Defx.c1427 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400;

Completed in 116 milliseconds