Searched refs:smac_notify_tail (Results 1 – 2 of 2) sorted by relevance
276 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()
154 mblk_t *smac_notify_tail; /* smac_mutex */ member