Searched refs:su_tx_busy (Results 1 – 3 of 3) sorted by relevance
224 return (sup->su_tx_busy); in softmac_tx_is_flow_blocked()962 if (sup->su_tx_busy) { in softmac_fastpath_tear()965 sup->su_tx_busy = B_FALSE; in softmac_fastpath_tear()1024 if (sup->su_tx_busy) { in softmac_fastpath_wput_data()1033 if (!sup->su_tx_busy) { in softmac_fastpath_wput_data()1043 sup->su_tx_busy = B_TRUE; in softmac_fastpath_wput_data()
183 ASSERT(!sup->su_tx_busy); in softmac_upper_destructor()663 } else if (sup->su_tx_busy && SOFTMAC_CANPUTNEXT(sup->su_slp->sl_wq)) { in softmac_drv_wsrv()682 sup->su_tx_busy = B_FALSE; in softmac_drv_wsrv()
309 boolean_t su_tx_busy; /* su_mutex */ member