Searched defs:uiscmdrsp_scsi (Results 1 – 1 of 1) sorted by relevance
189 struct uiscmdrsp_scsi { struct190 u64 handle; /* the handle to the cmd that was received -192 u8 cmnd[MAX_CMND_SIZE]; /* the cdb for the command */193 u32 bufflen; /* length of data to be transferred out or in */194 u16 guest_phys_entries; /* Number of entries in scatter-gather (sg)196 struct guest_phys_info gpi_list[MAX_PHYS_INFO]; /* physical address199 enum dma_data_direction data_dir; /* direction of the data, if any */200 struct uisscsi_dest vdest; /* identifies the virtual hba, id,205 int linuxstat; /* the original Linux status - for use by linux207 u8 scsistat; /* the scsi status */[all …]