Lines Matching defs:tvc_sgl_count
76 u32 tvc_sgl_count;
335 if (tv_cmd->tvc_sgl_count) {
336 for (i = 0; i < tv_cmd->tvc_sgl_count; i++) {
525 for (i = 0; i < cmd->tvc_sgl_count; i++) {
686 cmd->tvc_sgl_count > BIO_MAX_VECS) {
846 cmd->tvc_sgl_count = sgl_count;
848 cmd->tvc_sgl, cmd->tvc_sgl_count);
851 cmd->tvc_sgl_count, false);
853 sg_init_table(cmd->tvc_sgl, cmd->tvc_sgl_count);
855 cmd->tvc_sgl_count);
859 cmd->tvc_sgl_count = 0;
889 if (cmd->tvc_sgl_count) {
908 cmd->tvc_sgl_count, NULL, 0, sg_prot_ptr,