Lines Matching refs:mce_idx
3379 int mce_idx, int mcam_index, bool add) in nix_update_mce_list() argument
3391 idx = mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_update_mce_list()
3393 if (idx > (mce_idx + mce_list->max)) { in nix_update_mce_list()
3420 idx = mce_idx; in nix_update_mce_list()
3443 struct nix_mce_list **mce_list, int *mce_idx) in nix_get_mce_list() argument
3451 *mce_idx = 0; in nix_get_mce_list()
3460 *mce_idx = pfvf->bcast_mce_idx; in nix_get_mce_list()
3463 *mce_idx = pfvf->mcast_mce_idx; in nix_get_mce_list()
3466 *mce_idx = pfvf->promisc_mce_idx; in nix_get_mce_list()
3469 *mce_idx = 0; in nix_get_mce_list()
3476 int err = 0, nixlf, blkaddr, mcam_index, mce_idx; in nix_update_mce_rule() local
3501 nix_get_mce_list(rvu, pcifunc, type, &mce_list, &mce_idx); in nix_update_mce_rule()
3507 mce_idx, mcam_index, add); in nix_update_mce_rule()