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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Da100u2w.h48 #define TOTAL_SG_ENTRY 32 macro
132 struct orc_sgent sglist[TOTAL_SG_ENTRY]; /*0 Start of SG list */
H A Dinitio.h40 #define TOTAL_SG_ENTRY 32 macro
386 struct sg_entry sglist[TOTAL_SG_ENTRY]; /*54 Start of SG list */
H A Da100u2w.c865 BUG_ON(count_sg > TOTAL_SG_ENTRY);
1156 shost->sg_tablesize = TOTAL_SG_ENTRY;
H A Dinitio.c2603 sizeof(struct sg_entry) * TOTAL_SG_ENTRY,
2734 sizeof(struct sg_entry) * TOTAL_SG_ENTRY,
2914 shost->sg_tablesize = TOTAL_SG_ENTRY;

Completed in 102 milliseconds