Home
last modified time | relevance | path

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

/linux-4.1.27/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) "]");
3092 .can_queue = IBMVFC_MAX_REQUESTS_DEFAULT,