Lines Matching refs:frame_size
371 int frame_size = 0; in ath_rate_setupxtxdesc() local
375 size_bin = size_to_bin(frame_size); // TODO: it's correct that frame_size always 0 ? in ath_rate_setupxtxdesc()
396 int frame_size, in update_stats() argument
414 size_bin = size_to_bin(frame_size); in update_stats()
495 int final_rate, short_tries, long_tries, frame_size; in ath_rate_tx_complete() local
502 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */ in ath_rate_tx_complete()
503 if (frame_size == 0) /* NB: should not happen */ in ath_rate_tx_complete()
504 frame_size = 1500; in ath_rate_tx_complete()
510 bin_to_size(size_to_bin(frame_size)), in ath_rate_tx_complete()
523 bin_to_size(size_to_bin(frame_size)), in ath_rate_tx_complete()
542 bin_to_size(size_to_bin(frame_size)), in ath_rate_tx_complete()
546 update_stats(sc, an, frame_size, in ath_rate_tx_complete()
583 bin_to_size(size_to_bin(frame_size)), in ath_rate_tx_complete()
594 update_stats(sc, an, frame_size, in ath_rate_tx_complete()
604 update_stats(sc, an, frame_size, in ath_rate_tx_complete()
614 update_stats(sc, an, frame_size, in ath_rate_tx_complete()
624 update_stats(sc, an, frame_size, in ath_rate_tx_complete()