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

/drivers/scsi/
H A Ddc395x.c186 #define SEGMENTX_LEN (sizeof(struct SGentry)*DC395x_MAX_SG_LISTENTRY)
189 struct SGentry { struct
233 struct SGentry *segment_x; /* Linear array of hw sg entries (up to 64 entries) */
1017 struct SGentry *sgp = srb->segment_x;
1938 struct SGentry *psge = srb->segment_x + idx;
1957 struct SGentry *psge = srb->segment_x + srb->sg_index;
2442 sizeof(struct SGentry) *
4261 * Allocate SG tables; as we have to pci_map them, an SG list (struct SGentry*)
4271 struct SGentry *uninitialized_var(ptr);

Completed in 107 milliseconds