Home
last modified time | relevance | path

Searched refs:su_tx_notify_func (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c190 ASSERT(sup->su_tx_notify_func == NULL); in softmac_upper_destructor()
680 if (sup->su_tx_notify_func != NULL) { in softmac_drv_wsrv()
683 sup->su_tx_notify_func(sup->su_tx_notify_arg, in softmac_drv_wsrv()
H A Dsoftmac_fp.c210 sup->su_tx_notify_func = func; in softmac_client_tx_notify()
219 sup->su_tx_notify_func = NULL; in softmac_client_tx_notify()
935 sup->su_tx_notify_func = NULL; in softmac_fastpath_tear()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h327 mac_tx_notify_t su_tx_notify_func; /* su_mutex */ member