Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/ibmvscsi/
Dibmvfc.h43 #define IBMVFC_MAX_REQUESTS_DEFAULT 100 macro
Dibmvfc.c51 static unsigned int max_requests = IBMVFC_MAX_REQUESTS_DEFAULT;
73 "[Default=" __stringify(IBMVFC_MAX_REQUESTS_DEFAULT) "]");
3056 .can_queue = IBMVFC_MAX_REQUESTS_DEFAULT,