Searched defs:virtio_scsi_cmd_resp (Results 1 – 1 of 1) sorted by relevance
59 struct virtio_scsi_cmd_resp { struct60 uint32_t sense_len; /* Sense data length */61 uint32_t resid; /* Residual bytes in data buffer */62 uint16_t status_qualifier; /* Status qualifier */63 uint8_t status; /* Command completion status */64 uint8_t response; /* Response values */65 uint8_t sense[VIRTIO_SCSI_SENSE_SIZE];