Lines Matching refs:nframes
68 struct ath_tx_status *ts, int nframes, int nbad,
453 int txok, int *nframes, int *nbad) in ath_tx_count_frames() argument
461 *nframes = 0; in ath_tx_count_frames()
474 (*nframes)++; in ath_tx_count_frames()
501 int nframes; 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()
1033 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local
1051 if (nframes) { in ath_tx_form_aggr()
1053 ath_lookup_legacy(bf) || nframes >= h_baw) in ath_tx_form_aggr()
1070 !nframes); in ath_tx_form_aggr()
1073 nframes++; in ath_tx_form_aggr()
1501 int nframes = 0, ret; in ath_tx_form_burst() local
1506 nframes++; in ath_tx_form_burst()
1512 if (nframes >= 2) in ath_tx_form_burst()
1692 u16 tids, int nframes, in ath9k_release_buffered_frames() argument
1705 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames()
1714 while (nframes > 0) { in ath9k_release_buffered_frames()
1729 nframes--; in ath9k_release_buffered_frames()
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()
2589 tx_info->status.ampdu_len = nframes; in ath_tx_rc_status()
2590 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()