Searched refs:SGentry (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 Ddc395x.c185 #define SEGMENTX_LEN (sizeof(struct SGentry)*DC395x_MAX_SG_LISTENTRY)
188 struct SGentry { struct
232 struct SGentry *segment_x; /* Linear array of hw sg entries (up to 64 entries) */
1013 struct SGentry *sgp = srb->segment_x;
1902 struct SGentry *psge = srb->segment_x + idx;
1921 struct SGentry *psge = srb->segment_x + srb->sg_index;
2360 sizeof(struct SGentry) *
4197 * Allocate SG tables; as we have to pci_map them, an SG list (struct SGentry*)
4207 struct SGentry *ptr;

Completed in 103 milliseconds