Searched refs:nbad (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | xmit.c | 68 struct ath_tx_status *ts, int nframes, int nbad, 453 int txok, int *nframes, int *nbad) in ath_tx_count_frames() argument 460 *nbad = 0; in ath_tx_count_frames() 476 (*nbad)++; in ath_tx_count_frames() 497 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 567 ath_tx_count_frames(bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr() 624 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr() 2566 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument 2587 BUG_ON(nbad > nframes); in ath_tx_rc_status() 2590 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()
|