Searched refs:host_can_queue (Results 1 – 1 of 1) sorted by relevance
85 static int host_can_queue = ARCMSR_DEFAULT_OUTSTANDING_CMD; variable86 module_param(host_can_queue, int, S_IRUGO);87 MODULE_PARM_DESC(host_can_queue, " adapter queue depth(32 ~ 1024), default is 128");1046 if ((host_can_queue < ARCMSR_MIN_OUTSTANDING_CMD) || (host_can_queue > ARCMSR_MAX_OUTSTANDING_CMD)) in arcmsr_probe()1047 host_can_queue = ARCMSR_DEFAULT_OUTSTANDING_CMD; in arcmsr_probe()1048 host->can_queue = host_can_queue; /* max simultaneous cmds */ in arcmsr_probe()