Home
last modified time | relevance | path

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

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