Home
last modified time | relevance | path

Searched refs:PAUSE_TX (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_vsc8211.c185 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status()
189 pause = PAUSE_TX; in vsc8211_get_link_status()
253 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status_fiber()
256 pause = PAUSE_TX; in vsc8211_get_link_status_fiber()
H A Dcxgb_tn1010.c157 pause = PAUSE_RX | PAUSE_TX; in tn1010_get_link_status()
161 pause = PAUSE_TX; in tn1010_get_link_status()
H A Dcxgb_aq100x.c407 *fc = PAUSE_RX | PAUSE_TX; in aq100x_get_link_status()
411 *fc = PAUSE_TX; in aq100x_get_link_status()
H A Dcxgb_mv88e1xxx.c198 pause |= PAUSE_TX; in mv88e1xxx_get_link_status()
H A Dcxgb_vsc7323.c219 if (fc & PAUSE_TX) in t3_vsc7323_set_speed_fc()
H A Dcxgb_common.h53 PAUSE_TX = 1 << 1, enumerator
H A Dcxgb_xgmac.c624 if (fc & PAUSE_TX) { in t3_mac_set_speed_duplex_fc()
H A Dcxgb_t3_hw.c1548 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_changed()
1673 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t3_link_start()
4274 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX; in init_link_config()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c508 static int t4_pause_settings = PAUSE_RX | PAUSE_TX | PAUSE_AUTONEG;
3456 lc->requested_fc |= PAUSE_TX; in cxgbe_media_change()
3654 if (lc->fc & PAUSE_TX) in cxgbe_media_status()
6006 if (lc->requested_fc & PAUSE_TX) in set_current_media()
6110 lc->requested_fc = t4_pause_settings & (PAUSE_TX | PAUSE_RX | in init_link_config()
6165 MPASS((lc->requested_fc & ~(PAUSE_TX | PAUSE_RX | PAUSE_AUTONEG)) == 0); in fixup_link_config()
6166 if (lc->requested_fc & PAUSE_TX && in fixup_link_config()
6169 lc->requested_fc &= ~PAUSE_TX; in fixup_link_config()
6213 if (lc->requested_fc & PAUSE_TX) in apply_link_config()
6240 lc->fc = lc->requested_fc & (PAUSE_TX | PAUSE_RX); in apply_link_config()
[all …]
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h58 PAUSE_TX = 1 << 1, enumerator
H A Dt4_hw.c3888 if (lc->requested_fc & PAUSE_TX) in t4_link_l1cfg()
8928 fc |= PAUSE_TX; in handle_port_info()