Searched refs:S_RING_BLANK (Results 1 – 3 of 3) sorted by relevance
130 !(ringp->s_ring_state & S_RING_BLANK) && in mac_soft_ring_worker_wakeup()437 (ringp->s_ring_state & (S_RING_BLOCK|S_RING_BLANK))) && in mac_soft_ring_worker()506 ringp->s_ring_state &= ~S_RING_BLANK; in mac_soft_ring_intr_enable()523 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()
407 #define S_RING_BLANK 0x0020 /* Has been put into polling mode */ macro