Home
last modified time | relevance | path

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

/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc-core.c48 static unsigned int nr_scsi_channels = IBMVFC_SCSI_CHANNELS; variable
72 module_param_named(scsi_hw_channels, nr_scsi_channels, uint, S_IRUGO);
3720 static DEVICE_ATTR(nr_scsi_channels, S_IRUGO | S_IWUSR,
6861 vhost->scsi_scrqs.desired_queues = min(shost->nr_hw_queues, nr_scsi_channels); in ibmvfc_probe()