Home
last modified time | relevance | path

Searched refs:PAUSE_RX (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()
192 pause = PAUSE_RX; in vsc8211_get_link_status()
253 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status_fiber()
259 pause = PAUSE_RX; in vsc8211_get_link_status_fiber()
H A Dcxgb_tn1010.c157 pause = PAUSE_RX | PAUSE_TX; in tn1010_get_link_status()
164 pause = PAUSE_RX; in tn1010_get_link_status()
H A Dcxgb_aq100x.c407 *fc = PAUSE_RX | PAUSE_TX; in aq100x_get_link_status()
414 *fc = PAUSE_RX; in aq100x_get_link_status()
H A Dcxgb_mv88e1xxx.c196 pause |= PAUSE_RX; in mv88e1xxx_get_link_status()
H A Dcxgb_vsc7323.c218 r = (fc & PAUSE_RX) ? 0x60200 : 0x20200; //QUANTA = 32*1024*8/512 in t3_vsc7323_set_speed_fc()
H A Dcxgb_common.h52 PAUSE_RX = 1 << 0, enumerator
H A Dcxgb_xgmac.c633 (fc & PAUSE_RX) ? F_TXPAUSEEN : 0); 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()
1680 if (fc & PAUSE_RX) 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;
3454 lc->requested_fc |= PAUSE_RX; in cxgbe_media_change()
3652 if (lc->fc & PAUSE_RX) in cxgbe_media_status()
6008 if (lc->requested_fc & PAUSE_RX) 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()
6171 if (lc->requested_fc & PAUSE_RX && in fixup_link_config()
6174 lc->requested_fc &= ~PAUSE_RX; in fixup_link_config()
6215 if (lc->requested_fc & PAUSE_RX) 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.h57 PAUSE_RX = 1 << 0, enumerator
H A Dt4_hw.c3886 if (lc->requested_fc & PAUSE_RX) in t4_link_l1cfg()
8926 fc |= PAUSE_RX; in handle_port_info()