Searched defs:SCI_MAX_IO_REQUESTS (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/isci/
H A Disci.h71 #define ISCI_CAN_QUEUE_VAL 250 /* < SCI_MAX_IO_REQUESTS ? */
80 #define SCI_MAX_IO_REQUESTS (256UL) macro
95 + SCI_MAX_IO_REQUESTS \
113 BUILD_BUG_ON_NOT_POWER_OF_2(SCI_MAX_IO_REQUESTS);

Completed in 14 milliseconds