Searched refs:max_scsi_queues (Results 1 – 1 of 1) sorted by relevance
6829 unsigned int max_scsi_queues = min_t(unsigned int, IBMVFC_MAX_SCSI_QUEUES, online_cpus); in ibmvfc_probe() local6846 shost->nr_hw_queues = mq_enabled ? min(max_scsi_queues, nr_scsi_hw_queues) : 1; in ibmvfc_probe()