Lines Matching refs:nframes
68 struct ath_tx_status *ts, int nframes, int nbad,
458 int *nframes, int *nbad) in ath_tx_count_frames() argument
466 *nframes = 0; in ath_tx_count_frames()
479 (*nframes)++; in ath_tx_count_frames()
506 int nframes; in ath_tx_complete_aggr() local
572 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
629 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr()
1038 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local
1056 if (nframes) { in ath_tx_form_aggr()
1058 ath_lookup_legacy(bf) || nframes >= h_baw) in ath_tx_form_aggr()
1075 !nframes); in ath_tx_form_aggr()
1078 nframes++; in ath_tx_form_aggr()
1506 int nframes = 0, ret; in ath_tx_form_burst() local
1511 nframes++; in ath_tx_form_burst()
1517 if (nframes >= 2) in ath_tx_form_burst()
1691 u16 tids, int nframes, in ath9k_release_buffered_frames() argument
1704 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames()
1713 while (nframes > 0) { in ath9k_release_buffered_frames()
1728 nframes--; in ath9k_release_buffered_frames()
2574 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() argument
2595 BUG_ON(nbad > nframes); in ath_tx_rc_status()
2597 tx_info->status.ampdu_len = nframes; in ath_tx_rc_status()
2598 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status()