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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dpluto.c72 int depth_to_use; local
75 depth_to_use = /* 254 */ 8;
77 depth_to_use = 2;
82 depth_to_use);
H A Dfcal.c74 int depth_to_use; local
77 depth_to_use = /* 254 */ 8;
79 depth_to_use = 2;
84 depth_to_use);
H A Dncr53c8xx.c7841 int numtags, depth_to_use; local
7856 depth_to_use = numtags;
7857 if (depth_to_use < 2)
7858 depth_to_use = 2;
7859 if (depth_to_use > MAX_TAGS)
7860 depth_to_use = MAX_TAGS;
7865 depth_to_use);
7869 lp->scdev_depth = depth_to_use;
7875 np->unit, device->id, device->lun, depth_to_use);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c920 int reqtags, depth_to_use; local
940 depth_to_use = (reqtags ? reqtags : 2);
944 depth_to_use);
945 lp->s.scdev_depth = depth_to_use;

Completed in 115 milliseconds