Home
last modified time | relevance | path

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

/linux-6.15/drivers/vhost/
H A Dscsi.c377 if (tv_cmd->tvc_sgl_count) { in vhost_scsi_release_cmd_res()
383 if (tv_cmd->copied_iov) in vhost_scsi_release_cmd_res()
388 kfree(tv_cmd->read_iter); in vhost_scsi_release_cmd_res()
389 kfree(tv_cmd->read_iov); in vhost_scsi_release_cmd_res()
401 if (tv_cmd->tvc_resp_iovs != &tv_cmd->tvc_resp_iov) in vhost_scsi_release_cmd_res()
402 kfree(tv_cmd->tvc_resp_iovs); in vhost_scsi_release_cmd_res()
1770 tv_cmd = &svq->scsi_cmds[i]; in vhost_scsi_destroy_vq_cmds()
1772 kfree(tv_cmd->sgl); in vhost_scsi_destroy_vq_cmds()
1773 kfree(tv_cmd->prot_sgl); in vhost_scsi_destroy_vq_cmds()
1816 if (!tv_cmd->sgl) { in vhost_scsi_setup_vq_cmds()
[all …]