Searched defs:MAX_SETUP_ARGS (Results 1 - 2 of 2) sorted by path

/drivers/scsi/
H A Din2000.c1812 #define MAX_SETUP_ARGS ARRAY_SIZE(setup_args) macro
1815 static char setup_used[MAX_SETUP_ARGS];
1826 while (*p1 && (i < MAX_SETUP_ARGS)) {
1839 for (i = 0; i < MAX_SETUP_ARGS; i++)
1853 for (x = 0; x < MAX_SETUP_ARGS; x++) {
1859 if (x == MAX_SETUP_ARGS)
2111 for (x = 0; x < MAX_SETUP_ARGS; x++)
H A Dwd33c93.c1761 #define MAX_SETUP_ARGS ARRAY_SIZE(setup_args) macro
1764 static char setup_used[MAX_SETUP_ARGS];
1789 while (*p1 && (i < MAX_SETUP_ARGS)) {
1802 for (i = 0; i < MAX_SETUP_ARGS; i++)
1818 for (x = 0; x < MAX_SETUP_ARGS; x++) {
1826 if (x == MAX_SETUP_ARGS)
2052 for (i = 0; i < MAX_SETUP_ARGS; i++)

Completed in 45 milliseconds