Searched refs:MAX_PROTOS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dparide.c38 #define MAX_PROTOS 32 macro
40 static struct pi_protocol *protocols[MAX_PROTOS];
213 for (k = 0; k < MAX_PROTOS; k++)
220 while ((k < MAX_PROTOS) && (protocols[k]))
222 if (k == MAX_PROTOS) {
362 e = MAX_PROTOS;
363 } else if ((s < 0) || (s >= MAX_PROTOS) || (port <= 0) ||

Completed in 137 milliseconds