Home
last modified time | relevance | path

Searched refs:qmax (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
A Ddma.c898 int i, qmax, err; in ath5k_hw_dma_stop() local
913 qmax = AR5K_NUM_TX_QUEUES; in ath5k_hw_dma_stop()
917 qmax = AR5K_NUM_TX_QUEUES_NOQCU; in ath5k_hw_dma_stop()
920 for (i = 0; i < qmax; i++) { in ath5k_hw_dma_stop()
/linux/drivers/scsi/
A Dscsi_debug.c5072 int j, k, qmax, r_qmax; in stop_queued_cmnd() local
5081 qmax = sdebug_max_queue; in stop_queued_cmnd()
5083 if (r_qmax > qmax) in stop_queued_cmnd()
5084 qmax = r_qmax; in stop_queued_cmnd()
5085 for (k = 0; k < qmax; ++k) { in stop_queued_cmnd()

Completed in 18 milliseconds