Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c2810 int mce_idx, int mcam_index, bool add) in nix_update_mce_list() argument
2822 idx = mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_update_mce_list()
2824 if (idx > (mce_idx + mce_list->max)) { in nix_update_mce_list()
2851 idx = mce_idx; in nix_update_mce_list()
2873 struct nix_mce_list **mce_list, int *mce_idx) in nix_get_mce_list() argument
2881 *mce_idx = 0; in nix_get_mce_list()
2890 *mce_idx = pfvf->bcast_mce_idx; in nix_get_mce_list()
2893 *mce_idx = pfvf->mcast_mce_idx; in nix_get_mce_list()
2896 *mce_idx = pfvf->promisc_mce_idx; in nix_get_mce_list()
2899 *mce_idx = 0; in nix_get_mce_list()
[all …]
Drvu.h767 int mce_idx, int mcam_index, bool add);
769 struct nix_mce_list **mce_list, int *mce_idx);
Drvu_npc.c1042 int index, blkaddr, mce_idx; in npc_enadis_default_mce_entry() local
1064 nix_get_mce_list(rvu, pcifunc, type, &mce_list, &mce_idx); in npc_enadis_default_mce_entry()
1067 mce_idx, index, enable); in npc_enadis_default_mce_entry()