Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h292 mblk_t *su_pending_head; /* su_disp_mutex */ member
332 if ((sup)->su_pending_head == NULL) { \
333 (sup)->su_pending_head = (sup)->su_pending_tail = (mp); \
341 if ((sup)->su_pending_head == NULL) { \
344 *(mpp) = (sup)->su_pending_head; \
345 if (((sup)->su_pending_head = (*(mpp))->b_next) == NULL)\
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c787 while (sup->su_pending_head != NULL) { in softmac_wput_nondata_task()
801 freemsgchain(sup->su_pending_head); in softmac_wput_nondata_task()
802 sup->su_pending_head = sup->su_pending_tail = NULL; in softmac_wput_nondata_task()
H A Dsoftmac_dev.c180 ASSERT(sup->su_pending_head == NULL && sup->su_pending_tail == NULL); in softmac_upper_destructor()