Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_aq100x.c330 set = BMCR_SPEED1000; in aq100x_set_speed_duplex()
332 set = BMCR_SPEED1000 | BMCR_SPEED100; in aq100x_set_speed_duplex()
345 BMCR_SPEED1000 | BMCR_SPEED100, set); in aq100x_set_speed_duplex()
425 v &= BMCR_SPEED1000 | BMCR_SPEED100; in aq100x_get_link_status()
427 if (v == (BMCR_SPEED1000 | BMCR_SPEED100)) in aq100x_get_link_status()
429 else if (v == BMCR_SPEED1000) in aq100x_get_link_status()
Dcxgb_vsc8211.c158 if (bmcr & BMCR_SPEED1000) in vsc8211_get_link_status()
231 if (bmcr & BMCR_SPEED1000) in vsc8211_get_link_status_fiber()
Dcxgb_t3_hw.c501 ctl &= ~(BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in t3_set_phy_speed_duplex()
505 ctl |= BMCR_SPEED1000; in t3_set_phy_speed_duplex()
512 if (ctl & BMCR_SPEED1000) /* auto-negotiation required for GigE */ in t3_set_phy_speed_duplex()
/freebsd-9-stable/sys/dev/cxgb/
Dcxgb_osdep.h178 #define BMCR_SPEED1000 BMCR_SPEED1 macro