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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c224 return (sup->su_tx_busy);
962 if (sup->su_tx_busy) {
965 sup->su_tx_busy = B_FALSE;
1024 if (sup->su_tx_busy) {
1033 if (!sup->su_tx_busy) {
1043 sup->su_tx_busy = B_TRUE;
H A Dsoftmac_dev.c183 ASSERT(!sup->su_tx_busy);
663 } else if (sup->su_tx_busy && SOFTMAC_CANPUTNEXT(sup->su_slp->sl_wq)) {
682 sup->su_tx_busy = B_FALSE;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h314 boolean_t su_tx_busy; /* su_mutex */ member in struct:softmac_upper_s

Completed in 87 milliseconds