Searched refs:S_RING_BLANK (Results 1 – 3 of 3) sorted by relevance
129 !(ringp->s_ring_state & S_RING_BLANK) && in mac_soft_ring_worker_wakeup()436 (ringp->s_ring_state & (S_RING_BLOCK|S_RING_BLANK))) && in mac_soft_ring_worker()505 ringp->s_ring_state &= ~S_RING_BLANK; in mac_soft_ring_intr_enable()522 ringp->s_ring_state |= S_RING_BLANK; in mac_soft_ring_intr_disable()
4696 if (ringp->s_ring_state & S_RING_BLANK || in mac_rx_soft_ring_process()4749 (ringp->s_ring_state & S_RING_BLANK)) { in mac_rx_soft_ring_process()
406 #define S_RING_BLANK 0x0020 /* Has been put into polling mode */ macro