Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c243 (S_RING_CONDEMNED | S_RING_CONDEMNED_DONE | S_RING_PROC)) == in mac_soft_ring_free()
244 (S_RING_CONDEMNED | S_RING_CONDEMNED_DONE)); in mac_soft_ring_free()
457 if (!(ringp->s_ring_state & S_RING_CONDEMNED)) { in mac_soft_ring_worker()
462 (S_RING_RESTART | S_RING_CONDEMNED))) in mac_soft_ring_worker()
469 ASSERT(!(ringp->s_ring_state & S_RING_CONDEMNED)); in mac_soft_ring_worker()
477 ASSERT(ringp->s_ring_state & S_RING_CONDEMNED); in mac_soft_ring_worker()
H A Dmac_datapath_setup.c3514 if (s_ring_flag == S_RING_CONDEMNED) { in mac_srs_soft_rings_quiesce()
3554 s_ring_flag = S_RING_CONDEMNED; in mac_srs_worker_quiesce()
3841 mac_soft_ring_signal(softring, S_RING_CONDEMNED); in mac_soft_ring_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h410 #define S_RING_CONDEMNED 0x0100 /* Being torn down */ macro
631 #define S_RING_PAUSE (S_RING_CONDEMNED | S_RING_QUIESCE)