Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/include/
Diochannel.h189 struct uiscmdrsp_scsi { struct
190 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 address
199 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 linux
207 u8 scsistat; /* the scsi status */
[all …]