Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dxmit.c62 struct ath_tx_status *ts, int nframes, int nbad,
452 int *nframes, int *nbad) in ath_tx_count_frames() argument
459 *nbad = 0; in ath_tx_count_frames()
473 (*nbad)++; in ath_tx_count_frames()
494 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local
564 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
621 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr()
2556 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument
2577 BUG_ON(nbad > nframes); in ath_tx_rc_status()
2580 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()