Home
last modified time | relevance | path

Searched defs:ScsiReqBlk (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Ddc395x.c153 struct ScsiReqBlk { struct
154 struct list_head list; /* next/prev ptrs for srb lists */
155 struct DeviceCtlBlk *dcb;
156 struct scsi_cmnd *cmd;
158 struct SGentry *segment_x; /* Linear array of hw sg entries (up to 64 entries) */
159 dma_addr_t sg_bus_addr; /* Bus address of sg list (ie, of segment_x) */
161 u8 sg_count; /* No of HW sg entries for this request */
162 u8 sg_index; /* Index of HW sg entry for this request */
163 size_t total_xfer_length; /* Total number of bytes remaining to be transferred */
164 size_t request_length; /* Total number of bytes in this request */
[all …]