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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h298 mblk_t *su_pending_tail; /* su_disp_mutex */ member in struct:softmac_upper_s
338 (sup)->su_pending_head = (sup)->su_pending_tail = (mp); \
340 (sup)->su_pending_tail->b_next = (mp); \
341 (sup)->su_pending_tail = (mp); \
351 (sup)->su_pending_tail = NULL; \
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c176 ASSERT(sup->su_pending_head == NULL && sup->su_pending_tail == NULL);
H A Dsoftmac_fp.c828 sup->su_pending_head = sup->su_pending_tail = NULL;

Completed in 144 milliseconds