Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1609 int grp_idx = 0, ret = -EINVAL; in otx2_cpt_dl_custom_egrp_create() local
1643 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1645 engs[grp_idx++].type = OTX2_CPT_SE_TYPES; in otx2_cpt_dl_custom_egrp_create()
1658 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1660 engs[grp_idx++].type = OTX2_CPT_AE_TYPES; in otx2_cpt_dl_custom_egrp_create()
1673 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1675 engs[grp_idx++].type = OTX2_CPT_IE_TYPES; in otx2_cpt_dl_custom_egrp_create()
1689 if (!(grp_idx && ucode_idx)) in otx2_cpt_dl_custom_egrp_create()
1692 if (ucode_idx > 1 && grp_idx < 2) in otx2_cpt_dl_custom_egrp_create()
1695 if (grp_idx > OTX2_CPT_MAX_ETYPES_PER_GRP) { in otx2_cpt_dl_custom_egrp_create()
[all …]
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h1260 int grp_idx, i; in gfar_write_isrg() local
1262 for (grp_idx = 0; grp_idx < priv->num_grps; grp_idx++) { in gfar_write_isrg()
1263 struct gfar_priv_grp *grp = &priv->gfargrp[grp_idx]; in gfar_write_isrg()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c1056 int grp_idx; in cti_create_con_sysfs_group() local
1066 grp_idx = con_idx + CORESIGHT_CTI_STATIC_GROUPS_MAX - 1; in cti_create_con_sysfs_group()
1067 ctidev->con_groups[grp_idx] = group; in cti_create_con_sysfs_group()