Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c269 if ((mp = softmac->smac_notify_head) == NULL) { in softmac_notify_thread()
276 softmac->smac_notify_head = softmac->smac_notify_tail = NULL; in softmac_notify_thread()
293 freemsgchain(softmac->smac_notify_head); in softmac_notify_thread()
294 softmac->smac_notify_head = softmac->smac_notify_tail = NULL; in softmac_notify_thread()
309 softmac->smac_notify_head = softmac->smac_notify_tail = mp; in softmac_enqueue_notify_ind()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h155 mblk_t *smac_notify_head; /* smac_mutex */ member