Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c406 #define ASC_MIN_FREE_Q (0x02) macro
407 #define ASC_MIN_TOTAL_QNG ((ASC_MAX_SG_QUEUE)+(ASC_MIN_FREE_Q))
7880 (uint) asc_dvc->last_q_shortage + (uint) ASC_MIN_FREE_Q; in AscGetNumOfFreeQueue()
7883 (uint) ASC_MIN_FREE_Q; in AscGetNumOfFreeQueue()
7895 && (n_qs <= (asc_dvc->max_total_qng - ASC_MIN_FREE_Q))) { in AscGetNumOfFreeQueue()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c397 #define ASC_MIN_FREE_Q (0x02) macro
398 #define ASC_MIN_TOTAL_QNG ((ASC_MAX_SG_QUEUE)+(ASC_MIN_FREE_Q))
7794 (uint) asc_dvc->last_q_shortage + (uint) ASC_MIN_FREE_Q; in AscGetNumOfFreeQueue()
7797 (uint) ASC_MIN_FREE_Q; in AscGetNumOfFreeQueue()
7809 && (n_qs <= (asc_dvc->max_total_qng - ASC_MIN_FREE_Q))) { in AscGetNumOfFreeQueue()

Completed in 30 milliseconds