Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c185 ASSERT(sup->su_tx_inprocess == 0); in softmac_upper_destructor()
584 ASSERT(sup->su_tx_inprocess == 0); in softmac_drv_close()
666 sup->su_tx_inprocess++; in softmac_drv_wsrv()
670 if (--sup->su_tx_inprocess == 0) in softmac_drv_wsrv()
681 sup->su_tx_inprocess++; in softmac_drv_wsrv()
686 if (--sup->su_tx_inprocess == 0) in softmac_drv_wsrv()
H A Dsoftmac_fp.c219 while (sup->su_tx_inprocess != 0) in softmac_client_tx_notify()
903 while (sup->su_tx_inprocess != 0) in softmac_fastpath_setup()
929 while (sup->su_tx_inprocess != 0) in softmac_fastpath_tear()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h315 uint32_t su_tx_inprocess; /* su_mutex */ member