Lines Matching refs:nframes
62 struct ath_tx_status *ts, int nframes, int nbad,
411 int *nframes, int *nbad) in ath_tx_count_frames() argument
419 *nframes = 0; in ath_tx_count_frames()
430 (*nframes)++; in ath_tx_count_frames()
457 int nframes; in ath_tx_complete_aggr() local
523 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
580 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr()
989 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local
1007 if (nframes) { in ath_tx_form_aggr()
1009 ath_lookup_legacy(bf) || nframes >= h_baw) in ath_tx_form_aggr()
1026 !nframes); in ath_tx_form_aggr()
1029 nframes++; in ath_tx_form_aggr()
1445 int nframes = 0, ret; in ath_tx_form_burst() local
1450 nframes++; in ath_tx_form_burst()
1456 if (nframes >= 2) in ath_tx_form_burst()
1630 u16 tids, int nframes, in ath9k_release_buffered_frames() argument
1644 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames()
1653 while (nframes > 0) { in ath9k_release_buffered_frames()
1668 nframes--; in ath9k_release_buffered_frames()
2515 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument
2536 BUG_ON(nbad > nframes); in ath_tx_rc_status()
2538 tx_info->status.ampdu_len = nframes; in ath_tx_rc_status()
2539 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()