Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/snic/
Dsnic.h54 #define SNIC_MAX_QUEUE_DEPTH 64 /* Max Queue Depth */ macro
Dsnic_main.c86 qdepth = min_t(u32, max_ios, SNIC_MAX_QUEUE_DEPTH); in snic_slave_configure()
103 qsz = min_t(u32, qdepth, SNIC_MAX_QUEUE_DEPTH); in snic_change_queue_depth()