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

/drivers/scsi/
H A Da100u2w.h53 #define TOTAL_SG_ENTRY 32 macro
137 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.c869 BUG_ON(count_sg > TOTAL_SG_ENTRY);
1162 shost->sg_tablesize = TOTAL_SG_ENTRY;
H A Dinitio.c2607 sizeof(struct sg_entry) * TOTAL_SG_ENTRY,
2752 sizeof(struct sg_entry) * TOTAL_SG_ENTRY,
2932 shost->sg_tablesize = TOTAL_SG_ENTRY;

Completed in 74 milliseconds