Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h293 mblk_t *su_pending_tail; /* su_disp_mutex */ member
333 (sup)->su_pending_head = (sup)->su_pending_tail = (mp); \
335 (sup)->su_pending_tail->b_next = (mp); \
336 (sup)->su_pending_tail = (mp); \
346 (sup)->su_pending_tail = NULL; \
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c180 ASSERT(sup->su_pending_head == NULL && sup->su_pending_tail == NULL); in softmac_upper_destructor()
H A Dsoftmac_fp.c802 sup->su_pending_head = sup->su_pending_tail = NULL; in softmac_wput_nondata_task()