Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c242 (S_RING_CONDEMNED | S_RING_CONDEMNED_DONE | S_RING_PROC)) == in mac_soft_ring_free()
243 (S_RING_CONDEMNED | S_RING_CONDEMNED_DONE)); in mac_soft_ring_free()
460 if (!(ringp->s_ring_state & S_RING_CONDEMNED)) { in mac_soft_ring_worker()
465 (S_RING_RESTART | S_RING_CONDEMNED))) in mac_soft_ring_worker()
472 ASSERT(!(ringp->s_ring_state & S_RING_CONDEMNED)); in mac_soft_ring_worker()
480 ASSERT(ringp->s_ring_state & S_RING_CONDEMNED); in mac_soft_ring_worker()
H A Dmac_datapath_setup.c3429 if (s_ring_flag == S_RING_CONDEMNED) { in mac_srs_soft_rings_quiesce()
3466 s_ring_flag = S_RING_CONDEMNED; in mac_srs_worker_quiesce()
3753 mac_soft_ring_signal(softring, S_RING_CONDEMNED); in mac_soft_ring_remove()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_soft_ring.h409 #define S_RING_CONDEMNED 0x0100 /* Being torn down */ macro
630 #define S_RING_PAUSE (S_RING_CONDEMNED | S_RING_QUIESCE)