Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c224 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()
H A Dsoftmac_dev.c183 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()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h309 boolean_t su_tx_busy; /* su_mutex */ member