Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c3032 int mce_idx, int mcam_index, bool add) in nix_update_mce_list()
3044 idx = mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_update_mce_list()
3046 if (idx > (mce_idx + mce_list->max)) { in nix_update_mce_list()
3073 idx = mce_idx; in nix_update_mce_list()
3095 struct nix_mce_list **mce_list, int *mce_idx) in nix_get_mce_list()
3103 *mce_idx = 0; in nix_get_mce_list()
3112 *mce_idx = pfvf->bcast_mce_idx; in nix_get_mce_list()
3115 *mce_idx = pfvf->mcast_mce_idx; in nix_get_mce_list()
3118 *mce_idx = pfvf->promisc_mce_idx; in nix_get_mce_list()
3121 *mce_idx in nix_get_mce_list()
3030 nix_update_mce_list(struct rvu *rvu, u16 pcifunc, struct nix_mce_list *mce_list, int mce_idx, int mcam_index, bool add) nix_update_mce_list() argument
3094 nix_get_mce_list(struct rvu *rvu, u16 pcifunc, int type, struct nix_mce_list **mce_list, int *mce_idx) nix_get_mce_list() argument
3128 int err = 0, nixlf, blkaddr, mcam_index, mce_idx; nix_update_mce_rule() local
[all...]
H A Drvu.h833 int mce_idx, int mcam_index, bool add);
835 struct nix_mce_list **mce_list, int *mce_idx);
H A Drvu_npc.c1107 int index, blkaddr, mce_idx; in npc_enadis_default_mce_entry() local
1129 nix_get_mce_list(rvu, pcifunc, type, &mce_list, &mce_idx); in npc_enadis_default_mce_entry()
1132 mce_idx, index, enable); in npc_enadis_default_mce_entry()

Completed in 21 milliseconds