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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata.c562 #define MAX_TAGGED_CMD_PER_LUN (MAX_MAILBOXES - MAX_CMD_PER_LUN) macro
1376 if (max_queue_depth > MAX_TAGGED_CMD_PER_LUN)
1377 max_queue_depth = MAX_TAGGED_CMD_PER_LUN;
H A Du14-34f.c363 #define MAX_TAGGED_CMD_PER_LUN (MAX_MAILBOXES - MAX_CMD_PER_LUN) macro
851 if (max_queue_depth > MAX_TAGGED_CMD_PER_LUN)
852 max_queue_depth = MAX_TAGGED_CMD_PER_LUN;

Completed in 92 milliseconds