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

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h876 int mce_idx, int mcam_index, bool add);
878 struct nix_mce_list **mce_list, int *mce_idx);
H A Drvu_nix.c3346 int mce_idx, int mcam_index, bool add)
3358 idx = mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK);
3360 if (idx > (mce_idx + mce_list->max)) {
3387 idx = mce_idx;
3410 struct nix_mce_list **mce_list, int *mce_idx)
3418 *mce_idx = 0;
3427 *mce_idx = pfvf->bcast_mce_idx;
3430 *mce_idx = pfvf->mcast_mce_idx;
3433 *mce_idx = pfvf->promisc_mce_idx;
3436 *mce_idx
3344 nix_update_mce_list(struct rvu *rvu, u16 pcifunc, struct nix_mce_list *mce_list, int mce_idx, int mcam_index, bool add) argument
3409 nix_get_mce_list(struct rvu *rvu, u16 pcifunc, int type, struct nix_mce_list **mce_list, int *mce_idx) argument
3443 int err = 0, nixlf, blkaddr, mcam_index, mce_idx; local
[all...]
H A Drvu_npc.c1095 int index, blkaddr, mce_idx; local
1117 nix_get_mce_list(rvu, pcifunc, type, &mce_list, &mce_idx);
1120 mce_idx, index, enable);

Completed in 161 milliseconds