Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_os.c1641 u32 default_qdepth = 0; in leapraid_calc_max_queue_depth() local
1660 default_qdepth = leapraid_get_raid_qd( in leapraid_calc_max_queue_depth()
1672 default_qdepth = LEAPRAID_SAS_QUEUE_DEPTH; in leapraid_calc_max_queue_depth()
1678 default_qdepth = LEAPRAID_SATA_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()