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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h297 mblk_t *su_pending_head; /* su_disp_mutex */ member in struct:softmac_upper_s
337 if ((sup)->su_pending_head == NULL) { \
338 (sup)->su_pending_head = (sup)->su_pending_tail = (mp); \
346 if ((sup)->su_pending_head == NULL) { \
349 *(mpp) = (sup)->su_pending_head; \
350 if (((sup)->su_pending_head = (*(mpp))->b_next) == NULL)\
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c813 while (sup->su_pending_head != NULL) {
827 freemsgchain(sup->su_pending_head);
828 sup->su_pending_head = sup->su_pending_tail = NULL;
H A Dsoftmac_dev.c176 ASSERT(sup->su_pending_head == NULL && sup->su_pending_tail == NULL);

Completed in 121 milliseconds