Lines Matching refs:nframes
60 struct ath_tx_status *ts, int nframes, int nbad,
397 int *nframes, int *nbad) in ath_tx_count_frames() argument
406 *nframes = 0; in ath_tx_count_frames()
418 (*nframes)++; in ath_tx_count_frames()
447 int nframes; in ath_tx_complete_aggr() local
521 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
578 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr()
944 int nframes = 0, ndelim; in ath_tx_form_aggr() local
961 if (nframes) { in ath_tx_form_aggr()
963 ath_lookup_legacy(bf) || nframes >= h_baw) in ath_tx_form_aggr()
980 !nframes); in ath_tx_form_aggr()
983 nframes++; in ath_tx_form_aggr()
1398 int nframes = 0; in ath_tx_form_burst() local
1404 nframes++; in ath_tx_form_burst()
1411 if (nframes >= 2) in ath_tx_form_burst()
1604 u16 tids, int nframes, in ath9k_release_buffered_frames() argument
1619 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames()
1628 while (nframes > 0) { in ath9k_release_buffered_frames()
1644 nframes--; in ath9k_release_buffered_frames()
2547 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument
2566 BUG_ON(nbad > nframes); in ath_tx_rc_status()
2568 tx_info->status.ampdu_len = nframes; in ath_tx_rc_status()
2569 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()