Home
last modified time | relevance | path

Searched refs:grp_idx (Results 1 – 6 of 6) 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()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2483 u16 grp_idx = bp->rx_ring[i].bnapi->index; in bnxt_agg_ring_id_to_grp_idx() local
2486 grp_info = &bp->grp_info[grp_idx]; in bnxt_agg_ring_id_to_grp_idx()
2488 return grp_idx; in bnxt_agg_ring_id_to_grp_idx()
2879 u16 grp_idx; in bnxt_async_event_process() local
2889 grp_idx = bnxt_agg_ring_id_to_grp_idx(bp, data1); in bnxt_async_event_process()
2890 if (grp_idx == INVALID_HW_RING_ID) { in bnxt_async_event_process()
2895 rxr = bp->bnapi[grp_idx]->rx_ring; in bnxt_async_event_process()
4005 ring->grp_idx = i; in bnxt_alloc_rx_rings()
4012 ring->grp_idx = i; in bnxt_alloc_rx_rings()
4122 ring->grp_idx = txr->bnapi->index; in bnxt_alloc_tx_rings()
[all …]
H A Dbnxt.h948 u16 grp_idx; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c80 u8 grp_idx; member
475 report->grp_idx = FIELD_GET(SPECTRAL_SUMMARY_INFO0_GRP_IDX, in ath11k_spectral_pull_summary()