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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A Dtestone30 nbad=`grep '^[0-9]' $tmpout | wc -l`
31 error "$good and $latest differ in $nbad places."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dxmit.c63 int nbad, int txok, bool update_rc);
319 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; local
391 nbad = ath_tx_num_badfrms(sc, bf, ts, txok);
454 ath_tx_rc_status(bf, ts, nbad, txok, true);
457 ath_tx_rc_status(bf, ts, nbad, txok, false);
482 ath_tx_rc_status(bf, ts, nbad,
1973 int nbad = 0; local
1988 nbad++;
1993 return nbad;
1997 int nbad, in
1996 ath_tx_rc_status(struct ath_buf *bf, struct ath_tx_status *ts, int nbad, int txok, bool update_rc) argument
[all...]

Completed in 65 milliseconds