Searched refs:tvc_sgl_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | scsi.c | 76 u32 tvc_sgl_count; member 335 if (tv_cmd->tvc_sgl_count) { in vhost_scsi_release_cmd_res() 336 for (i = 0; i < tv_cmd->tvc_sgl_count; i++) { in vhost_scsi_release_cmd_res() 525 for (i = 0; i < cmd->tvc_sgl_count; i++) { in vhost_scsi_copy_sgl_to_iov() 686 cmd->tvc_sgl_count > BIO_MAX_VECS) { in vhost_scsi_map_to_sgl() 846 cmd->tvc_sgl_count = sgl_count; in vhost_scsi_mapal() 848 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal() 851 cmd->tvc_sgl_count, false); in vhost_scsi_mapal() 853 sg_init_table(cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal() 855 cmd->tvc_sgl_count); in vhost_scsi_mapal() [all...] |
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | scsi.c | 86 u32 tvc_sgl_count; member 350 if (tv_cmd->tvc_sgl_count) { in vhost_scsi_release_cmd_res() 351 for (i = 0; i < tv_cmd->tvc_sgl_count; i++) in vhost_scsi_release_cmd_res() 755 cmd->tvc_sgl_count = sgl_count; in vhost_scsi_mapal() 757 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal() 760 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal() 762 cmd->tvc_sgl_count = 0; in vhost_scsi_mapal() 795 if (cmd->tvc_sgl_count) { in vhost_scsi_submission_work() 813 sg_ptr, cmd->tvc_sgl_count, NULL, 0, sg_prot_ptr, in vhost_scsi_submission_work()
|
Completed in 6 milliseconds