Home
last modified time | relevance | path

Searched refs:S_RING_CONDEMNED_DONE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/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()
482 ringp->s_ring_state |= S_RING_CONDEMNED_DONE; in mac_soft_ring_worker()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_soft_ring.h411 #define S_RING_CONDEMNED_DONE 0x0200 /* Being torn down */ macro