Home
last modified time | relevance | path

Searched refs:BMCR_SPEED100 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c327 set = BMCR_SPEED100; in aq100x_set_speed_duplex()
331 set = BMCR_SPEED1000 | BMCR_SPEED100; in aq100x_set_speed_duplex()
344 BMCR_SPEED1000 | BMCR_SPEED100, set); in aq100x_set_speed_duplex()
424 v &= BMCR_SPEED1000 | BMCR_SPEED100; in aq100x_get_link_status()
426 if (v == (BMCR_SPEED1000 | BMCR_SPEED100)) in aq100x_get_link_status()
430 else if (v == BMCR_SPEED100) in aq100x_get_link_status()
H A Dcxgb_vsc8211.c159 else if (bmcr & BMCR_SPEED100) in vsc8211_get_link_status()
232 else if (bmcr & BMCR_SPEED100) in vsc8211_get_link_status_fiber()
H A Dcxgb_t3_hw.c499 ctl &= ~(BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in t3_set_phy_speed_duplex()
501 ctl |= BMCR_SPEED100; in t3_set_phy_speed_duplex()
/freebsd/sys/dev/axgbe/
H A Dxgbe_osdep.h141 #define BMCR_SPEED100 0x2000 macro
H A Dxgbe-common.h1381 #define MDIO_CTRL1_SPEED1G (MDIO_CTRL1_SPEED10G & ~BMCR_SPEED100)
H A Dxgbe-phy-v2.c3065 else if (bmcr & BMCR_SPEED100) in xgbe_phy_read_status()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h142 #define BMCR_SPEED100 BMCR_SPEED0 macro