Searched refs:smac_notify_tail (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c276 softmac->smac_notify_head = softmac->smac_notify_tail = NULL;
294 softmac->smac_notify_head = softmac->smac_notify_tail = NULL;
308 if (softmac->smac_notify_tail == NULL) {
309 softmac->smac_notify_head = softmac->smac_notify_tail = mp;
311 softmac->smac_notify_tail->b_next = mp;
312 softmac->smac_notify_tail = mp;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h159 mblk_t *smac_notify_tail; /* smac_mutex */ member in struct:softmac

Completed in 120 milliseconds