Home
last modified time | relevance | path

Searched refs:tv_cmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/vhost/
H A Dscsi.c335 if (tv_cmd->tvc_sgl_count) { in vhost_scsi_release_cmd_res()
337 if (tv_cmd->copied_iov) in vhost_scsi_release_cmd_res()
1583 tv_cmd = &svq->scsi_cmds[i]; in vhost_scsi_destroy_vq_cmds()
1585 kfree(tv_cmd->tvc_sgl); in vhost_scsi_destroy_vq_cmds()
1586 kfree(tv_cmd->tvc_prot_sgl); in vhost_scsi_destroy_vq_cmds()
1587 kfree(tv_cmd->tvc_upages); in vhost_scsi_destroy_vq_cmds()
1588 kfree(tv_cmd->tvc_resp_iov); in vhost_scsi_destroy_vq_cmds()
1618 tv_cmd = &svq->scsi_cmds[i]; in vhost_scsi_setup_vq_cmds()
1623 if (!tv_cmd->tvc_sgl) { in vhost_scsi_setup_vq_cmds()
1631 if (!tv_cmd->tvc_upages) { in vhost_scsi_setup_vq_cmds()
[all …]