Lines Matching refs:ntries
1000 int ntries; in wpi_reset_rx_ring() local
1005 for (ntries = 0; ntries < 2000; ntries++) { in wpi_reset_rx_ring()
1010 if (ntries == 2000) in wpi_reset_rx_ring()
1119 int i, ntries; in wpi_reset_tx_ring() local
1124 for (ntries = 0; ntries < 100; ntries++) { in wpi_reset_tx_ring()
1130 if (ntries == 100 && wpi_dbg_flags > 0) { in wpi_reset_tx_ring()
1466 int ntries; in wpi_mem_lock() local
1472 for (ntries = 0; ntries < 1000; ntries++) { in wpi_mem_lock()
1478 if (ntries == 1000) in wpi_mem_lock()
1522 int ntries; in wpi_read_prom_word() local
1527 for (ntries = 0; ntries < 10; ntries++) { in wpi_read_prom_word()
1534 if (ntries == 10) { in wpi_read_prom_word()
1591 int i, ntries, err = WPI_SUCCESS; in wpi_load_firmware() local
1637 for (ntries = 0; ntries < 100; ntries++) { in wpi_load_firmware()
1642 if (ntries == 100) { in wpi_load_firmware()
1782 desc->qid, desc->idx, stat->ntries, stat->nkill, stat->rate,
1787 if (stat->ntries > 0) {
2774 mrr.rates[i].ntries = 1;
2784 mrr.rates[i].ntries = 1;
3132 int ntries; local
3141 for (ntries = 0; ntries < 2000; ntries++) {
3146 if (ntries == 2000)
3154 int ntries; local
3161 for (ntries = 0; ntries < 5000; ntries++) {
3166 if (ntries == 5000) {
3178 int ntries; local
3193 for (ntries = 0; ntries < 1000; ntries++) {
3198 if (ntries == 1000) {
3250 int qid, ntries, err; local
3355 for (ntries = 0; ntries < 1000; ntries++) {
3361 if (ntries == 1000) {