Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c186 ASSERT(sup->su_tx_notify_func == NULL); in softmac_upper_destructor()
671 if (sup->su_tx_notify_func != NULL) { in softmac_drv_wsrv()
674 sup->su_tx_notify_func(sup->su_tx_notify_arg, in softmac_drv_wsrv()
H A Dsoftmac_fp.c205 sup->su_tx_notify_func = func; in softmac_client_tx_notify()
214 sup->su_tx_notify_func = NULL; in softmac_client_tx_notify()
960 sup->su_tx_notify_func = NULL; in softmac_fastpath_tear()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h327 mac_tx_notify_t su_tx_notify_func; /* su_mutex */ member