Lines Matching refs:vhost_scsi_cmd

67 struct vhost_scsi_cmd {  struct
311 struct vhost_scsi_cmd *tv_cmd = container_of(se_cmd, in vhost_scsi_release_cmd()
312 struct vhost_scsi_cmd, tvc_se_cmd); in vhost_scsi_release_cmd()
356 static void vhost_scsi_complete_cmd(struct vhost_scsi_cmd *cmd) in vhost_scsi_complete_cmd()
367 struct vhost_scsi_cmd *cmd = container_of(se_cmd, in vhost_scsi_queue_data_in()
368 struct vhost_scsi_cmd, tvc_se_cmd); in vhost_scsi_queue_data_in()
375 struct vhost_scsi_cmd *cmd = container_of(se_cmd, in vhost_scsi_queue_status()
376 struct vhost_scsi_cmd, tvc_se_cmd); in vhost_scsi_queue_status()
423 static void vhost_scsi_free_cmd(struct vhost_scsi_cmd *cmd) in vhost_scsi_free_cmd()
515 struct vhost_scsi_cmd *cmd, *t; in vhost_scsi_complete_cmd_work()
559 static struct vhost_scsi_cmd *
564 struct vhost_scsi_cmd *cmd; in vhost_scsi_get_tag()
584 cmd = &((struct vhost_scsi_cmd *)se_sess->sess_cmd_map)[tag]; in vhost_scsi_get_tag()
613 vhost_scsi_map_to_sgl(struct vhost_scsi_cmd *cmd, in vhost_scsi_map_to_sgl()
662 vhost_scsi_iov_to_sgl(struct vhost_scsi_cmd *cmd, bool write, in vhost_scsi_iov_to_sgl()
685 vhost_scsi_mapal(struct vhost_scsi_cmd *cmd, in vhost_scsi_mapal()
749 struct vhost_scsi_cmd *cmd = in vhost_scsi_submission_work()
750 container_of(work, struct vhost_scsi_cmd, work); in vhost_scsi_submission_work()
809 struct vhost_scsi_cmd *cmd; in vhost_scsi_handle_vq()
1625 struct vhost_scsi_cmd *tv_cmd; in vhost_scsi_free_cmd_map_res()
1632 tv_cmd = &((struct vhost_scsi_cmd *)se_sess->sess_cmd_map)[i]; in vhost_scsi_free_cmd_map_res()
1682 struct vhost_scsi_cmd *tv_cmd; in vhost_scsi_nexus_cb()
1686 tv_cmd = &((struct vhost_scsi_cmd *)se_sess->sess_cmd_map)[i]; in vhost_scsi_nexus_cb()
1743 sizeof(struct vhost_scsi_cmd), in vhost_scsi_make_nexus()