Lines Matching refs:nframes
60 struct ath_tx_status *ts, int nframes, int nbad,
408 int *nframes, int *nbad) in ath_tx_count_frames() argument
417 *nframes = 0; in ath_tx_count_frames()
429 (*nframes)++; in ath_tx_count_frames()
458 int nframes; in ath_tx_complete_aggr() local
532 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
589 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr()
955 int nframes = 0, ndelim; in ath_tx_form_aggr() local
972 if (nframes) { in ath_tx_form_aggr()
974 ath_lookup_legacy(bf) || nframes >= h_baw) in ath_tx_form_aggr()
991 !nframes); in ath_tx_form_aggr()
994 nframes++; in ath_tx_form_aggr()
1409 int nframes = 0; in ath_tx_form_burst() local
1415 nframes++; in ath_tx_form_burst()
1422 if (nframes >= 2) in ath_tx_form_burst()
1625 u16 tids, int nframes, in ath9k_release_buffered_frames() argument
1640 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames()
1649 while (nframes > 0) { in ath9k_release_buffered_frames()
1665 nframes--; in ath9k_release_buffered_frames()
2584 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument
2603 BUG_ON(nbad > nframes); in ath_tx_rc_status()
2605 tx_info->status.ampdu_len = nframes; in ath_tx_rc_status()
2606 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()