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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D3w-xxxx.c420 int error = 0, table_max = 0; local
435 table_max = ARRAY_SIZE(tw_aen_string);
436 if ((aen & 0x0ff) < table_max) {
493 int found = 0, table_max = 0; local
596 table_max = ARRAY_SIZE(tw_aen_string);
597 if ((aen & 0x0ff) < table_max) {

Completed in 90 milliseconds