Searched refs:nbad (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c144 int fn, ncols, nbad; local
189 nbad = MIN(3, raidz_ncols(rm_bench) -
194 vdev_raidz_reconstruct(rm_bench, tgt[fn], nbad);
/freebsd-current/sys/dev/ath/
H A Dif_athrate.h155 * For A-MPDU frames, nframes and nbad indicate how many frames
161 int pktlen, int rc_framelen, int nframes, int nbad);
H A Dif_ath_misc.h66 int nframes, int nbad);
H A Dif_ath_tx.c4838 int nframes = 0, nbad = 0, nf; local
5069 nbad++;
5096 nframes, nbad);
H A Dif_ath.c4348 int rc_framelen, int nframes, int nbad)
4368 nframes, nbad);
4346 ath_tx_update_ratectrl(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_rc_series *rc, struct ath_tx_status *ts, int frmlen, int rc_framelen, int nframes, int nbad) argument
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.c966 int nframes, int nbad)
998 nbad = nframes;
1021 if (nframes == nbad) {
1022 sn->stats[size_bin][rix0].successive_failures += nbad;
1024 sn->stats[size_bin][rix0].packets_acked += (nframes - nbad);
1035 nframes = nbad = 1;
1036 pct = ((nframes - nbad) * 1000) / nframes;
1063 "avg_tt (%d/%d) nfrm %d nbad %d",
1073 nframes, nbad);
1093 int frame_size, int rc_framesize, int nframes, int nbad)
962 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int short_tries, int tries, int status, int nframes, int nbad) argument
1091 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int rc_framesize, int nframes, int nbad) argument
[all...]
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c379 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes )
437 airtime += nbad?((lastrate_dur*nbad) / nframes):0;
378 ar9300_calc_tx_airtime(struct ath_hal *ah, void *ds, struct ath_tx_status *ts, HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes ) argument
H A Dar9300desc.h526 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes);
/freebsd-current/sys/dev/ath/ath_rate/amrr/
H A Damrr.c162 int frame_size, int rc_framesize, int nframes, int nbad)
160 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int rc_framesize, int nframes, int nbad) argument
/freebsd-current/sys/dev/ath/ath_rate/onoe/
H A Donoe.c170 int frame_size, int rc_framesize, int nframes, int nbad)
168 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int rc_framesize, int nframes, int nbad) argument

Completed in 147 milliseconds