Searched defs:virtio_scsi_cmd_resp (Results 1 – 1 of 1) sorted by relevance
53 struct virtio_scsi_cmd_resp { struct54 uint32_t sense_len; /* Sense data length */55 uint32_t resid; /* Residual bytes in data buffer */56 uint16_t status_qualifier; /* Status qualifier */57 uint8_t status; /* Command completion status */58 uint8_t response; /* Response values */59 uint8_t sense[VIRTIO_SCSI_SENSE_SIZE];