Home
last modified time | relevance | path

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

/titanic_50/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)\
/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c813 while (sup->su_pending_head != NULL) { in softmac_wput_nondata_task()
827 freemsgchain(sup->su_pending_head); in softmac_wput_nondata_task()
828 sup->su_pending_head = sup->su_pending_tail = NULL; in softmac_wput_nondata_task()
H A Dsoftmac_dev.c176 ASSERT(sup->su_pending_head == NULL && sup->su_pending_tail == NULL); in softmac_upper_destructor()