Searched refs:qmax (Results 1 – 2 of 2) sorted by relevance
883 int i, qmax, err; in ath5k_hw_dma_stop() local898 qmax = AR5K_NUM_TX_QUEUES; in ath5k_hw_dma_stop()902 qmax = AR5K_NUM_TX_QUEUES_NOQCU; in ath5k_hw_dma_stop()905 for (i = 0; i < qmax; i++) { in ath5k_hw_dma_stop()
5267 int j, k, qmax, r_qmax; in stop_queued_cmnd() local5276 qmax = sdebug_max_queue; in stop_queued_cmnd()5278 if (r_qmax > qmax) in stop_queued_cmnd()5279 qmax = r_qmax; in stop_queued_cmnd()5280 for (k = 0; k < qmax; ++k) { in stop_queued_cmnd()