Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dvirtio_scsi.h54 struct virtio_scsi_cmd_req_pi { struct
55 __u8 lun[8]; /* Logical Unit Number */
56 __virtio64 tag; /* Command identifier */
57 __u8 task_attr; /* Task attribute */
58 __u8 prio; /* SAM command priority field */
59 __u8 crn;
60 __virtio32 pi_bytesout; /* DataOUT PI Number of bytes */
61 __virtio32 pi_bytesin; /* DataIN PI Number of bytes */
62 __u8 cdb[VIRTIO_SCSI_CDB_SIZE];