Searched refs:scsi_qdepth (Results 1 – 1 of 1) sorted by relevance
42 static u16 scsi_qdepth = IBMVFC_SCSI_QDEPTH; variable105 module_param_named(scsi_qdepth, scsi_qdepth, ushort, S_IRUGO);106 MODULE_PARM_DESC(scsi_qdepth, "Maximum scsi command depth per adapter queue. "1558 max_cmds = scsi_qdepth + IBMVFC_NUM_INTERNAL_REQ; in ibmvfc_set_login_info()1560 max_cmds += (scsi_qdepth + IBMVFC_NUM_INTERNAL_SUBQ_REQ) * in ibmvfc_set_login_info()6279 queue->total_depth = scsi_qdepth + IBMVFC_NUM_INTERNAL_REQ; in ibmvfc_alloc_queue()6280 queue->evt_depth = scsi_qdepth; in ibmvfc_alloc_queue()6289 queue->total_depth = scsi_qdepth + IBMVFC_NUM_INTERNAL_SUBQ_REQ; in ibmvfc_alloc_queue()6290 queue->evt_depth = scsi_qdepth; in ibmvfc_alloc_queue()6840 shost->can_queue = scsi_qdepth; in ibmvfc_probe()[all …]