Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h37 #define IBMVFC_MAX_CMDS_PER_LUN 64 macro
H A Dibmvfc.c3441 if (qdepth > IBMVFC_MAX_CMDS_PER_LUN) in ibmvfc_change_queue_depth()
3442 qdepth = IBMVFC_MAX_CMDS_PER_LUN; in ibmvfc_change_queue_depth()