Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c329 set = BMCR_SPEED1000; 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()
428 else if (v == BMCR_SPEED1000) in aq100x_get_link_status()
H A Dcxgb_vsc8211.c157 if (bmcr & BMCR_SPEED1000) in vsc8211_get_link_status()
230 if (bmcr & BMCR_SPEED1000) 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()
503 ctl |= BMCR_SPEED1000; in t3_set_phy_speed_duplex()
510 if (ctl & BMCR_SPEED1000) /* auto-negotiation required for GigE */ in t3_set_phy_speed_duplex()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h141 #define BMCR_SPEED1000 BMCR_SPEED1 macro