Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/snic/
H A Dsnic.h36 #define SNIC_MAX_IO_REQ 50 /* scsi_cmnd tag map entries */ macro
H A Dsnic_main.c115 .can_queue = SNIC_MAX_IO_REQ,
497 shost->can_queue = min_t(u32, SNIC_MAX_IO_REQ, in snic_probe()