Lines Matching refs:ntries
998 int ntries; in wpi_reset_rx_ring() local
1003 for (ntries = 0; ntries < 2000; ntries++) { in wpi_reset_rx_ring()
1008 if (ntries == 2000) in wpi_reset_rx_ring()
1117 int i, ntries; in wpi_reset_tx_ring() local
1122 for (ntries = 0; ntries < 100; ntries++) { in wpi_reset_tx_ring()
1128 if (ntries == 100 && wpi_dbg_flags > 0) { in wpi_reset_tx_ring()
1464 int ntries; in wpi_mem_lock() local
1470 for (ntries = 0; ntries < 1000; ntries++) { in wpi_mem_lock()
1476 if (ntries == 1000) in wpi_mem_lock()
1520 int ntries; in wpi_read_prom_word() local
1525 for (ntries = 0; ntries < 10; ntries++) { in wpi_read_prom_word()
1532 if (ntries == 10) { in wpi_read_prom_word()
1589 int i, ntries, err = WPI_SUCCESS; in wpi_load_firmware() local
1635 for (ntries = 0; ntries < 100; ntries++) { in wpi_load_firmware()
1640 if (ntries == 100) { in wpi_load_firmware()
1780 desc->qid, desc->idx, stat->ntries, stat->nkill, stat->rate,
1785 if (stat->ntries > 0) {
2772 mrr.rates[i].ntries = 1;
2782 mrr.rates[i].ntries = 1;
3130 int ntries; local
3139 for (ntries = 0; ntries < 2000; ntries++) {
3144 if (ntries == 2000)
3152 int ntries; local
3159 for (ntries = 0; ntries < 5000; ntries++) {
3164 if (ntries == 5000) {
3176 int ntries; local
3191 for (ntries = 0; ntries < 1000; ntries++) {
3196 if (ntries == 1000) {
3248 int qid, ntries, err; local
3353 for (ntries = 0; ntries < 1000; ntries++) {
3359 if (ntries == 1000) {