Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_os.c1642 u32 fw_qdepth = 0; in leapraid_calc_max_queue_depth() local
1662 fw_qdepth = leapraid_get_raid_qd( in leapraid_calc_max_queue_depth()
1673 fw_qdepth = (sas_dev->port_connection > 1) ? in leapraid_calc_max_queue_depth()
1679 fw_qdepth = adapter->adapter_attr.sata_max_queue_depth; in leapraid_calc_max_queue_depth()
1685 if (fw_qdepth > shost->can_queue && default_qdepth) in leapraid_calc_max_queue_depth()
1686 fw_qdepth = default_qdepth; in leapraid_calc_max_queue_depth()
1688 if (fw_qdepth) in leapraid_calc_max_queue_depth()
1689 max_depth = min_t(int, max_depth, fw_qdepth); in leapraid_calc_max_queue_depth()