Searched refs:PAUSE_RX (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c158 pause = PAUSE_RX | PAUSE_TX;
165 pause = PAUSE_RX;
H A Dcxgb_vsc8211.c186 pause = PAUSE_RX | PAUSE_TX;
193 pause = PAUSE_RX;
254 pause = PAUSE_RX | PAUSE_TX;
260 pause = PAUSE_RX;
H A Dcxgb_aq100x.c408 *fc = PAUSE_RX | PAUSE_TX;
415 *fc = PAUSE_RX;
H A Dcxgb_mv88e1xxx.c197 pause |= PAUSE_RX;
H A Dcxgb_vsc7323.c220 r = (fc & PAUSE_RX) ? 0x60200 : 0x20200; //QUANTA = 32*1024*8/512
H A Dcxgb_common.h53 PAUSE_RX = 1 << 0, enumerator in enum:__anon8167
H A Dcxgb_t3_hw.c1550 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
1675 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
1682 if (fc & PAUSE_RX)
4276 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX;
H A Dcxgb_xgmac.c623 (fc & PAUSE_RX) ? F_TXPAUSEEN : 0);
/freebsd-10-stable/sys/dev/digi/
H A Ddigi.h67 #define PAUSE_RX 16 macro
H A Ddigi.c1255 port->status |= PAUSE_RX;
1329 if (port->status & PAUSE_RX) {
1337 port->status &= ~PAUSE_RX;
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_main.c347 static int t4_pause_settings = PAUSE_TX | PAUSE_RX;
1830 lc->requested_fc |= PAUSE_RX;
2037 if (lc->fc & PAUSE_RX)
3614 if (lc->requested_fc & PAUSE_RX)
3696 lc->requested_fc = t4_pause_settings & (PAUSE_TX | PAUSE_RX);
3741 if (lc->requested_fc & PAUSE_RX)
5809 static char *bits = "\20\1PAUSE_RX\2PAUSE_TX";
5819 sbuf_printf(sb, "%b", lc->fc & (PAUSE_TX | PAUSE_RX), bits);
5826 s[0] = '0' + (lc->requested_fc & (PAUSE_TX | PAUSE_RX));
5838 if (n & ~(PAUSE_TX | PAUSE_RX))
[all...]
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dcommon.h60 PAUSE_RX = 1 << 0, enumerator in enum:__anon15
H A Dt4_hw.c3682 if (lc->requested_fc & PAUSE_RX)
7637 fc |= PAUSE_RX;

Completed in 158 milliseconds