Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/vhost/
Dscsi.c62 struct vhost_scsi_cmd { struct
64 int tvc_vq_desc;
66 int tvc_task_attr;
68 int tvc_in_iovs;
70 enum dma_data_direction tvc_data_direction;
72 u32 tvc_exp_data_len;
74 u64 tvc_tag;
76 u32 tvc_sgl_count;
77 u32 tvc_prot_sgl_count;
79 u32 tvc_lun;
[all …]
/kernel/linux/linux-5.10/drivers/vhost/
Dscsi.c72 struct vhost_scsi_cmd { struct
74 int tvc_vq_desc;
76 int tvc_task_attr;
78 int tvc_in_iovs;
80 enum dma_data_direction tvc_data_direction;
82 u32 tvc_exp_data_len;
84 u64 tvc_tag;
86 u32 tvc_sgl_count;
87 u32 tvc_prot_sgl_count;
89 u32 tvc_lun;
[all …]