Searched refs:IBMVSCSI_MAX_CMDS_PER_LUN (Results 1 – 2 of 2) sorted by relevance
36 #define IBMVSCSI_MAX_CMDS_PER_LUN 64 macro
1894 if (qdepth > IBMVSCSI_MAX_CMDS_PER_LUN) in ibmvscsi_change_queue_depth()1895 qdepth = IBMVSCSI_MAX_CMDS_PER_LUN; in ibmvscsi_change_queue_depth()