Searched refs:nbad (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sys/dev/netif/ath/ath_rate/sample/ |
| HD | sample.c | 727 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/ |
| HD | if_athrate.h | 155 int pktlen, int nframes, int nbad);
|
| HD | if_ath_misc.h | 64 struct ath_tx_status *ts, int frmlen, int nframes, int nbad);
|
| HD | if_ath_tx.c | 4931 int nframes = 0, nbad = 0, nf; local 5155 nbad++; 5182 nbad);
|
| HD | if_ath.c | 4313 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/ |
| HD | ar9300_xmit_ds.c | 372 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()
|
| HD | ar9300desc.h | 526 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes);
|
| /dragonfly/sys/dev/netif/ath/ath_rate/onoe/ |
| HD | onoe.c | 170 int frame_size, int nframes, int nbad) in ath_rate_tx_complete() argument
|
| /dragonfly/sys/dev/netif/ath/ath_rate/amrr/ |
| HD | amrr.c | 163 int frame_size, int nframes, int nbad) in ath_rate_tx_complete() argument
|