Home
last modified time | relevance | path

Searched refs:csio_lun_qdepth (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_scsi.h59 extern int csio_lun_qdepth;
Dcsio_init.c599 csio_fcoe_shost_template.cmd_per_lun = csio_lun_qdepth; in csio_shost_init()
600 csio_fcoe_shost_vport_template.cmd_per_lun = csio_lun_qdepth; in csio_shost_init()
Dcsio_scsi.c61 int csio_lun_qdepth = 32; variable
2242 scsi_change_queue_depth(sdev, csio_lun_qdepth); in csio_slave_configure()