Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dscsi.c79 struct scatterlist *tvc_sgl; member
342 put_page(sg_page(&tv_cmd->tvc_sgl[i])); in vhost_scsi_release_cmd_res()
613 sg = cmd->tvc_sgl; in vhost_scsi_get_cmd()
617 cmd->tvc_sgl = sg; in vhost_scsi_get_cmd()
741 sg_init_table(cmd->tvc_sgl, sgl_count); in vhost_scsi_mapal()
744 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
747 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
780 sg_ptr = cmd->tvc_sgl; in vhost_scsi_target_queue_cmd()
1461 kfree(tv_cmd->tvc_sgl); in vhost_scsi_destroy_vq_cmds()
1495 tv_cmd->tvc_sgl = kcalloc(VHOST_SCSI_PREALLOC_SGLS, in vhost_scsi_setup_vq_cmds()
[all …]