Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dxmit.c414 int isaggr = 0; in ath_tx_count_frames() local
419 isaggr = bf_isaggr(bf); in ath_tx_count_frames()
420 if (isaggr) { in ath_tx_count_frames()
430 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames()
454 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local
510 isaggr = bf_isaggr(bf); in ath_tx_complete_aggr()
513 if (isaggr && txok) { in ath_tx_complete_aggr()
554 } else if (!isaggr && txok) { in ath_tx_complete_aggr()