Searched defs:uiscmdrsp_scsi (Results 1 – 1 of 1) sorted by relevance
269 struct uiscmdrsp_scsi { struct270 void *scsicmd; /* the handle to the cmd that was received -272 u8 cmnd[MAX_CMND_SIZE]; /* the cdb for the command */273 u32 bufflen; /* length of data to be transferred out or in */274 u16 guest_phys_entries; /* Number of entries in scatter-gather (sg)276 struct guest_phys_info gpi_list[MAX_PHYS_INFO]; /* physical address279 enum dma_data_direction data_dir; /* direction of the data, if any */280 struct uisscsi_dest vdest; /* identifies the virtual hba, id,285 int linuxstat; /* the original Linux status - for use by linux287 u8 scsistat; /* the scsi status */[all …]