Lines Matching defs:vhost_scsi_cmd
111 struct vhost_scsi_cmd { struct
113 int tvc_vq_desc;
115 u32 tvc_sgl_count;
116 u32 tvc_prot_sgl_count;
117 u32 copied_iov:1;
118 const void *read_iov;
119 struct iov_iter *read_iter;
120 struct scatterlist *sgl;
121 struct sg_table table;
122 struct scatterlist *prot_sgl;
123 struct sg_table prot_table;
125 struct iovec tvc_resp_iov;
127 unsigned int tvc_resp_iovs_cnt;
129 struct iovec *tvc_resp_iovs;
131 struct vhost_virtqueue *tvc_vq;
133 struct se_cmd tvc_se_cmd;
135 unsigned char tvc_sense_buf[TRANSPORT_SENSE_BUFFER];
137 struct llist_node tvc_completion_list;
139 struct vhost_scsi_inflight *inflight;