Searched refs:su_tx_inprocess (Results 1 – 3 of 3) sorted by relevance
181 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()
211 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()
313 uint32_t su_tx_inprocess; /* su_mutex */ member