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

/drivers/scsi/
H A Ddc395x.c233 struct SGentry *segment_x; /* Linear array of hw sg entries (up to 64 entries) */ member in struct:ScsiReqBlk
234 dma_addr_t sg_bus_addr; /* Bus address of sg list (ie, of segment_x) */
242 * the first hw sg entry (segment_x[0]) and the transfer
245 * (srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1] and the
1012 srb->segment_x[0].address);
1017 struct SGentry *sgp = srb->segment_x;
1052 srb->segment_x,
1057 srb->segment_x, srb->sg_bus_addr, SEGMENTX_LEN);
1212 srb->segment_x, srb->sg_count, srb->sg_index,
1938 struct SGentry *psge = srb->segment_x
[all...]

Completed in 24 milliseconds