Lines Matching refs:grp_idx
1580 int grp_idx = 0, ret = -EINVAL; in otx2_cpt_dl_custom_egrp_create() local
1614 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1616 engs[grp_idx++].type = OTX2_CPT_SE_TYPES; in otx2_cpt_dl_custom_egrp_create()
1629 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1631 engs[grp_idx++].type = OTX2_CPT_AE_TYPES; in otx2_cpt_dl_custom_egrp_create()
1644 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1646 engs[grp_idx++].type = OTX2_CPT_IE_TYPES; in otx2_cpt_dl_custom_egrp_create()
1660 if (!(grp_idx && ucode_idx)) in otx2_cpt_dl_custom_egrp_create()
1663 if (ucode_idx > 1 && grp_idx < 2) in otx2_cpt_dl_custom_egrp_create()
1666 if (grp_idx > OTX2_CPT_MAX_ETYPES_PER_GRP) { in otx2_cpt_dl_custom_egrp_create()
1671 if (grp_idx > 1) { in otx2_cpt_dl_custom_egrp_create()
1718 ret = create_engine_group(dev, eng_grps, engs, grp_idx, in otx2_cpt_dl_custom_egrp_create()