Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c403 int isaggr = 0; in ath_tx_count_frames() local
408 isaggr = bf_isaggr(bf); in ath_tx_count_frames()
409 if (isaggr) { in ath_tx_count_frames()
419 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames()
443 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local
499 isaggr = bf_isaggr(bf); in ath_tx_complete_aggr()
502 if (isaggr && txok) { in ath_tx_complete_aggr()
543 } else if (!isaggr && txok) { in ath_tx_complete_aggr()