Searched refs:scsi_qdepth (Results 1 – 1 of 1) sorted by relevance
41 static u16 scsi_qdepth = IBMVFC_SCSI_QDEPTH; variable90 module_param_named(scsi_qdepth, scsi_qdepth, ushort, S_IRUGO);91 MODULE_PARM_DESC(scsi_qdepth, "Maximum scsi command depth per adapter queue. "1493 max_cmds = scsi_qdepth + IBMVFC_NUM_INTERNAL_REQ; in ibmvfc_set_login_info()1495 max_cmds += (scsi_qdepth + IBMVFC_NUM_INTERNAL_SUBQ_REQ) * in ibmvfc_set_login_info()5810 queue->total_depth = scsi_qdepth + IBMVFC_NUM_INTERNAL_REQ; in ibmvfc_alloc_queue()5811 queue->evt_depth = scsi_qdepth; in ibmvfc_alloc_queue()5820 queue->total_depth = scsi_qdepth + IBMVFC_NUM_INTERNAL_SUBQ_REQ; in ibmvfc_alloc_queue()5821 queue->evt_depth = scsi_qdepth; in ibmvfc_alloc_queue()6335 shost->can_queue = scsi_qdepth; in ibmvfc_probe()[all …]