Searched defs:ScsiReqBlk (Results 1 – 1 of 1) sorted by relevance
227 struct ScsiReqBlk { struct228 struct list_head list; /* next/prev ptrs for srb lists */229 struct DeviceCtlBlk *dcb;230 struct scsi_cmnd *cmd;232 struct SGentry *segment_x; /* Linear array of hw sg entries (up to 64 entries) */233 dma_addr_t sg_bus_addr; /* Bus address of sg list (ie, of segment_x) */235 u8 sg_count; /* No of HW sg entries for this request */236 u8 sg_index; /* Index of HW sg entry for this request */237 size_t total_xfer_length; /* Total number of bytes remaining to be transfered */238 size_t request_length; /* Total number of bytes in this request */[all …]