Symbol: PAUSE_TX
sys/dev/cxgb/common/cxgb_aq100x.c
407
*fc = PAUSE_RX | PAUSE_TX;
sys/dev/cxgb/common/cxgb_aq100x.c
411
*fc = PAUSE_TX;
sys/dev/cxgb/common/cxgb_mv88e1xxx.c
198
pause |= PAUSE_TX;
sys/dev/cxgb/common/cxgb_t3_hw.c
1548
fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
sys/dev/cxgb/common/cxgb_t3_hw.c
1673
unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
sys/dev/cxgb/common/cxgb_t3_hw.c
4274
lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX;
sys/dev/cxgb/common/cxgb_tn1010.c
157
pause = PAUSE_RX | PAUSE_TX;
sys/dev/cxgb/common/cxgb_tn1010.c
161
pause = PAUSE_TX;
sys/dev/cxgb/common/cxgb_vsc7323.c
219
if (fc & PAUSE_TX)
sys/dev/cxgb/common/cxgb_vsc8211.c
185
pause = PAUSE_RX | PAUSE_TX;
sys/dev/cxgb/common/cxgb_vsc8211.c
189
pause = PAUSE_TX;
sys/dev/cxgb/common/cxgb_vsc8211.c
253
pause = PAUSE_RX | PAUSE_TX;
sys/dev/cxgb/common/cxgb_vsc8211.c
256
pause = PAUSE_TX;
sys/dev/cxgb/common/cxgb_xgmac.c
624
if (fc & PAUSE_TX) {
sys/dev/cxgbe/common/t4_hw.c
10793
fc |= PAUSE_TX;
sys/dev/cxgbe/common/t4_hw.c
4632
if (lc->requested_fc & PAUSE_TX)
sys/dev/cxgbe/t4_main.c
3588
lc->requested_fc |= PAUSE_TX;
sys/dev/cxgbe/t4_main.c
3809
if (lc->fc & PAUSE_TX)
sys/dev/cxgbe/t4_main.c
544
static int t4_pause_settings = PAUSE_RX | PAUSE_TX | PAUSE_AUTONEG;
sys/dev/cxgbe/t4_main.c
6234
if (lc->requested_fc & PAUSE_TX)
sys/dev/cxgbe/t4_main.c
6338
lc->requested_fc = t4_pause_settings & (PAUSE_TX | PAUSE_RX |
sys/dev/cxgbe/t4_main.c
6393
MPASS((lc->requested_fc & ~(PAUSE_TX | PAUSE_RX | PAUSE_AUTONEG)) == 0);
sys/dev/cxgbe/t4_main.c
6394
if (lc->requested_fc & PAUSE_TX &&
sys/dev/cxgbe/t4_main.c
6397
lc->requested_fc &= ~PAUSE_TX;
sys/dev/cxgbe/t4_main.c
6441
if (lc->requested_fc & PAUSE_TX)
sys/dev/cxgbe/t4_main.c
6468
lc->fc = lc->requested_fc & (PAUSE_TX | PAUSE_RX);
sys/dev/cxgbe/t4_main.c
8944
sbuf_printf(sb, "%b", (lc->fc & (PAUSE_TX | PAUSE_RX)) |
sys/dev/cxgbe/t4_main.c
8947
sbuf_printf(sb, "%b", lc->requested_fc & (PAUSE_TX |
sys/dev/cxgbe/t4_main.c
8956
s[0] = '0' + (lc->requested_fc & (PAUSE_TX | PAUSE_RX |
sys/dev/cxgbe/t4_main.c
8969
if (n & ~(PAUSE_TX | PAUSE_RX | PAUSE_AUTONEG))