Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c276 softmac->smac_notify_head = softmac->smac_notify_tail = NULL; in softmac_notify_thread()
294 softmac->smac_notify_head = softmac->smac_notify_tail = NULL; in softmac_notify_thread()
308 if (softmac->smac_notify_tail == NULL) { in softmac_enqueue_notify_ind()
309 softmac->smac_notify_head = softmac->smac_notify_tail = mp; in softmac_enqueue_notify_ind()
311 softmac->smac_notify_tail->b_next = mp; in softmac_enqueue_notify_ind()
312 softmac->smac_notify_tail = mp; in softmac_enqueue_notify_ind()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h154 mblk_t *smac_notify_tail; /* smac_mutex */ member