Symbol: MDIO_DEVS_PMAPMD
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
198
.mmds = (MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS |
drivers/net/ethernet/chelsio/cxgb/my3126.c
167
.mmds = (MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS |
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
209
.mmds = MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS | MDIO_DEVS_PHYXS,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
235
.mmds = MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS | MDIO_DEVS_PHYXS,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
506
.mmds = MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS | MDIO_DEVS_PHYXS,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
812
.mmds = MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS | MDIO_DEVS_PHYXS,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
862
.mmds = MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS | MDIO_DEVS_PHYXS,
drivers/net/ethernet/chelsio/cxgb3/aq100x.c
263
.mmds = MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS | MDIO_DEVS_PHYXS,
drivers/net/ethernet/meta/fbnic/fbnic_mdio.c
43
return MDIO_DEVS_SEP_PMA1 | MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS;
drivers/net/ethernet/sfc/falcon/mdio_10g.c
165
MDIO_DEVS_PMAPMD |
drivers/net/ethernet/sfc/falcon/mdio_10g.c
169
MDIO_DEVS_PMAPMD |
drivers/net/ethernet/sfc/falcon/mdio_10g.c
172
mmd_mask &= ~(MDIO_DEVS_PMAPMD |
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
19
MDIO_DEVS_PMAPMD | \
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
191
!ef4_mdio_links_ok(efx, MDIO_DEVS_PMAPMD | MDIO_DEVS_PHYXS)) {
drivers/net/ethernet/sfc/falcon/tenxpress.c
18
#define TENXPRESS_REQUIRED_DEVS (MDIO_DEVS_PMAPMD | \
drivers/net/ethernet/sfc/falcon/tenxpress.c
300
MDIO_DEVS_PMAPMD |
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
21
MDIO_DEVS_PMAPMD | \
drivers/net/phy/air_en8811h.c
1116
phydev->c45_ids.mmds_present |= MDIO_DEVS_PMAPMD | MDIO_DEVS_AN;
drivers/net/phy/air_en8811h.c
1164
phydev->c45_ids.mmds_present |= MDIO_DEVS_PMAPMD | MDIO_DEVS_AN;
drivers/net/phy/bcm84881.c
223
const u32 mmd_mask = MDIO_DEVS_PMAPMD | MDIO_DEVS_AN;
drivers/net/phy/marvell10g.c
493
u32 mmd_mask = MDIO_DEVS_PMAPMD | MDIO_DEVS_AN;
drivers/net/phy/marvell10g.c
581
if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_PMAPMD))
drivers/net/phy/phy-c45.c
422
u32 mmd_mask = MDIO_DEVS_PMAPMD;