Lines Matching refs:nframes
62 struct ath_tx_status *ts, int nframes, int nbad,
453 int *nframes, int *nbad) in ath_tx_count_frames() argument
462 *nframes = 0; in ath_tx_count_frames()
474 (*nframes)++; in ath_tx_count_frames()
502 int nframes; in ath_tx_complete_aggr() local
570 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
627 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr()
1043 int nframes = 0, ndelim; in ath_tx_form_aggr() local
1061 if (nframes) { in ath_tx_form_aggr()
1063 ath_lookup_legacy(bf) || nframes >= h_baw) in ath_tx_form_aggr()
1080 !nframes); in ath_tx_form_aggr()
1083 nframes++; in ath_tx_form_aggr()
1492 int nframes = 0; in ath_tx_form_burst() local
1497 nframes++; in ath_tx_form_burst()
1503 if (nframes >= 2) in ath_tx_form_burst()
1691 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()
1728 nframes--; in ath9k_release_buffered_frames()
2596 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument
2615 BUG_ON(nbad > nframes); in ath_tx_rc_status()
2617 tx_info->status.ampdu_len = nframes; in ath_tx_rc_status()
2618 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()