Lines Matching refs:nframes
62 struct ath_tx_status *ts, int nframes, int nbad,
452 int *nframes, int *nbad) in ath_tx_count_frames() argument
460 *nframes = 0; in ath_tx_count_frames()
471 (*nframes)++; in ath_tx_count_frames()
498 int nframes; in ath_tx_complete_aggr() local
564 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
621 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr()
1030 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local
1048 if (nframes) { in ath_tx_form_aggr()
1050 ath_lookup_legacy(bf) || nframes >= h_baw) in ath_tx_form_aggr()
1067 !nframes); in ath_tx_form_aggr()
1070 nframes++; in ath_tx_form_aggr()
1486 int nframes = 0, ret; in ath_tx_form_burst() local
1491 nframes++; in ath_tx_form_burst()
1497 if (nframes >= 2) in ath_tx_form_burst()
1671 u16 tids, int nframes, in ath9k_release_buffered_frames() argument
1684 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames()
1693 while (nframes > 0) { in ath9k_release_buffered_frames()
1708 nframes--; in ath9k_release_buffered_frames()
2554 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument
2575 BUG_ON(nbad > nframes); in ath_tx_rc_status()
2577 tx_info->status.ampdu_len = nframes; in ath_tx_rc_status()
2578 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()