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()
1440 int nframes = 0, ret; in ath_tx_form_burst() local
1445 nframes++; in ath_tx_form_burst()
1451 if (nframes >= 2) in ath_tx_form_burst()
1625 u16 tids, int nframes, in ath9k_release_buffered_frames() argument
1639 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames()
1648 while (nframes > 0) { in ath9k_release_buffered_frames()
1663 nframes--; in ath9k_release_buffered_frames()
2499 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument
2518 BUG_ON(nbad > nframes); in ath_tx_rc_status()
2520 tx_info->status.ampdu_len = nframes; in ath_tx_rc_status()
2521 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()