Searched refs:S_RING_BLOCK (Results 1 – 3 of 3) sorted by relevance
436 (ringp->s_ring_state & (S_RING_BLOCK|S_RING_BLANK))) && in mac_soft_ring_worker()694 ringp->s_ring_state |= S_RING_BLOCK; in mac_tx_soft_ring_drain()
4586 if (sringp->s_ring_state & S_RING_BLOCK) { in mac_tx_srs_wakeup()4587 sringp->s_ring_state &= ~S_RING_BLOCK; in mac_tx_srs_wakeup()4926 if (ringp->s_ring_state & (S_RING_BLOCK | S_RING_PROC)) { in mac_tx_soft_ring_process()
402 #define S_RING_BLOCK 0x0004 /* No Tx descs */ macro