Home
last modified time | relevance | path

Searched refs:S_RING_BLANK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c130 !(ringp->s_ring_state & S_RING_BLANK) && in mac_soft_ring_worker_wakeup()
433 (ringp->s_ring_state & (S_RING_BLOCK|S_RING_BLANK))) && in mac_soft_ring_worker()
502 ringp->s_ring_state &= ~S_RING_BLANK; in mac_soft_ring_intr_enable()
520 ringp->s_ring_state |= S_RING_BLANK; in mac_soft_ring_intr_disable()
H A Dmac_sched.c4679 if (ringp->s_ring_state & S_RING_BLANK || in mac_rx_soft_ring_process()
4732 (ringp->s_ring_state & S_RING_BLANK)) { in mac_rx_soft_ring_process()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h407 #define S_RING_BLANK 0x0020 /* Has been put into polling mode */ macro