Home
last modified time | relevance | path

Searched refs:SNIC_MAX_QUEUE_DEPTH (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dsnic_main.c86 qdepth = min_t(u32, max_ios, SNIC_MAX_QUEUE_DEPTH); in snic_slave_configure()
104 qsz = min_t(u32, qdepth, SNIC_MAX_QUEUE_DEPTH); in snic_change_queue_depth()
H A Dsnic.h54 #define SNIC_MAX_QUEUE_DEPTH 64 /* Max Queue Depth */ macro
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A Dsnic_main.c72 qdepth = min_t(u32, max_ios, SNIC_MAX_QUEUE_DEPTH); in snic_slave_configure()
90 qsz = min_t(u32, qdepth, SNIC_MAX_QUEUE_DEPTH); in snic_change_queue_depth()
H A Dsnic.h40 #define SNIC_MAX_QUEUE_DEPTH 64 /* Max Queue Depth */ macro

Completed in 4 milliseconds