Searched refs:isaggr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 416 int isaggr = 0; in ath_tx_count_frames() local 421 isaggr = bf_isaggr(bf); in ath_tx_count_frames() 422 if (isaggr) { in ath_tx_count_frames() 431 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames() 453 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 501 isaggr = bf_isaggr(bf); in ath_tx_complete_aggr() 504 if (isaggr && txok) { in ath_tx_complete_aggr() 545 } else if (!isaggr && txok) { in ath_tx_complete_aggr()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 463 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()
|
Completed in 11 milliseconds