Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/ !
Dxmit.c463 int isaggr = 0; in ath_tx_count_frames() local
468 isaggr = bf_isaggr(bf); in ath_tx_count_frames()
471 if (isaggr) { in ath_tx_count_frames()
480 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames()
502 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local
550 isaggr = bf_isaggr(bf); in ath_tx_complete_aggr()
553 if (isaggr && txok) { in ath_tx_complete_aggr()
594 } else if (!isaggr && txok) { in ath_tx_complete_aggr()