Searched refs:MII_ANLPAR (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/dev/mii/ |
H A D | ukphy_subr.c | 94 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR); in ukphy_status()
|
H A D | mii.h | 135 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */ macro
|
H A D | amphy.c | 175 PHY_READ(sc, MII_ANLPAR); in amphy_status()
|
H A D | gentbi.c | 250 anlpar = PHY_READ(sc, MII_ANLPAR); in gentbi_status()
|
H A D | rlphy.c | 197 PHY_READ(phy, MII_ANLPAR))) { in rlphy_status()
|
H A D | tdkphy.c | 180 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR); in tdkphy_status()
|
H A D | nsphy.c | 241 PHY_READ(sc, MII_ANLPAR); in nsphy_status()
|
H A D | mv88e151x.c | 219 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR); in mv88e151x_fiber_status()
|
H A D | mii_physubr.c | 674 anlpar = PHY_READ(sc, MII_ANLPAR); in mii_phy_flowstatus()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_osdep.h | 148 #define MII_LPA MII_ANLPAR
|
/freebsd/sys/dev/usb/net/ |
H A D | if_rue.c | 337 case MII_ANLPAR: in rue_miibus_readreg() 388 case MII_ANLPAR: in rue_miibus_writereg()
|
/freebsd/sys/dev/rl/ |
H A D | if_rl.c | 409 case MII_ANLPAR: in rl_miibus_readreg() 455 case MII_ANLPAR: in rl_miibus_writereg()
|
/freebsd/sys/dev/gem/ |
H A D | if_gem.c | 1857 case MII_ANLPAR: in gem_mii_readreg() 1934 case MII_ANLPAR: in gem_mii_writereg()
|
/freebsd/sys/dev/etherswitch/micrel/ |
H A D | ksz8995ma.c | 807 } else if (reg == MII_ANLPAR) { in ksz8995ma_readphy()
|
/freebsd/sys/dev/nge/ |
H A D | if_nge.c | 437 case MII_ANLPAR: in nge_miibus_readreg() 479 case MII_ANLPAR: in nge_miibus_writereg()
|
/freebsd/sys/dev/cas/ |
H A D | if_cas.c | 2160 case MII_ANLPAR: in cas_mii_readreg() 2237 case MII_ANLPAR: in cas_mii_writereg()
|
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 731 case MII_ANLPAR: in dc_miibus_readreg() 805 case MII_ANLPAR: in dc_miibus_writereg()
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 543 case MII_ANLPAR: in re_miibus_readreg() 601 case MII_ANLPAR: in re_miibus_writereg()
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-phy-v2.c | 3012 lpa = xgbe_phy_mii_read(pdata, pdata->mdio_addr, MII_ANLPAR); in xgbe_phy_read_status()
|