Searched refs:tvc_prot_sgl_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/vhost/
H A Dscsi.c77 u32 tvc_prot_sgl_count; member in struct:vhost_scsi_cmd
344 if (tv_cmd->tvc_prot_sgl_count) {
345 for (i = 0; i < tv_cmd->tvc_prot_sgl_count; i++)
828 cmd->tvc_prot_sgl_count = sgl_count;
830 cmd->tvc_prot_sgl, cmd->tvc_prot_sgl_count);
834 cmd->tvc_prot_sgl_count, true);
836 cmd->tvc_prot_sgl_count = 0;
892 if (cmd->tvc_prot_sgl_count)
909 cmd->tvc_prot_sgl_count, GFP_KERNEL))

Completed in 225 milliseconds