Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c181 ASSERT(sup->su_tx_inprocess == 0); in softmac_upper_destructor()
575 ASSERT(sup->su_tx_inprocess == 0); in softmac_drv_close()
657 sup->su_tx_inprocess++; in softmac_drv_wsrv()
661 if (--sup->su_tx_inprocess == 0) in softmac_drv_wsrv()
672 sup->su_tx_inprocess++; in softmac_drv_wsrv()
677 if (--sup->su_tx_inprocess == 0) in softmac_drv_wsrv()
H A Dsoftmac_fp.c211 while (sup->su_tx_inprocess != 0) in softmac_client_tx_notify()
926 while (sup->su_tx_inprocess != 0) in softmac_fastpath_setup()
952 while (sup->su_tx_inprocess != 0) in softmac_fastpath_tear()
/titanic_50/usr/src/uts/common/sys/
H A Dsoftmac_impl.h313 uint32_t su_tx_inprocess; /* su_mutex */ member