Home
last modified time | relevance | path

Searched refs:nbad (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_rate/sample/
HDsample.c727 int nframes, int nbad) in update_stats() argument
786 if (nframes == nbad) { in update_stats()
790 sn->stats[size_bin][rix0].successive_failures += nbad; in update_stats()
798 sn->stats[y][rix0].successive_failures += nbad; in update_stats()
805 sn->stats[size_bin][rix0].packets_acked += (nframes - nbad); in update_stats()
816 nframes = nbad = 1; in update_stats()
817 pct = ((nframes - nbad) * 1000) / nframes; in update_stats()
845 nframes, nbad); in update_stats()
863 int frame_size, int nframes, int nbad) in ath_rate_tx_complete() argument
917 short_tries, long_tries, nframes, nbad); in ath_rate_tx_complete()
[all …]
/dragonfly/sys/dev/netif/ath/ath/
HDif_athrate.h155 int pktlen, int nframes, int nbad);
HDif_ath_misc.h64 struct ath_tx_status *ts, int frmlen, int nframes, int nbad);
HDif_ath_tx.c4931 int nframes = 0, nbad = 0, nf; local
5155 nbad++;
5182 nbad);
HDif_ath.c4313 int nframes, int nbad) argument
4326 ath_rate_tx_complete(sc, an, rc, ts, frmlen, nframes, nbad);
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit_ds.c372 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes ) in ar9300_calc_tx_airtime() argument
430 airtime += nbad?((lastrate_dur*nbad) / nframes):0; in ar9300_calc_tx_airtime()
HDar9300desc.h526 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes);
/dragonfly/sys/dev/netif/ath/ath_rate/onoe/
HDonoe.c170 int frame_size, int nframes, int nbad) in ath_rate_tx_complete() argument
/dragonfly/sys/dev/netif/ath/ath_rate/amrr/
HDamrr.c163 int frame_size, int nframes, int nbad) in ath_rate_tx_complete() argument