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