Searched refs:mce_idx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_nix.c | 3452 int mce_idx, int mcam_index, bool add) in nix_update_mce_list() argument 3464 idx = mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_update_mce_list() 3466 if (idx > (mce_idx + mce_list->max)) { in nix_update_mce_list() 3493 idx = mce_idx; in nix_update_mce_list() 3516 struct nix_mce_list **mce_list, int *mce_idx) in nix_get_mce_list() argument 3525 *mce_idx = 0; in nix_get_mce_list() 3534 *mce_idx = pfvf->bcast_mce_idx; in nix_get_mce_list() 3537 *mce_idx = pfvf->mcast_mce_idx; in nix_get_mce_list() 3540 *mce_idx = pfvf->promisc_mce_idx; in nix_get_mce_list() 3543 *mce_idx = 0; in nix_get_mce_list() [all …]
|
| H A D | rvu_npc.c | 1082 int index, blkaddr, mce_idx; in npc_enadis_default_mce_entry() local 1104 nix_get_mce_list(rvu, pcifunc, type, &mce_list, &mce_idx); in npc_enadis_default_mce_entry() 1107 mce_idx, index, enable); in npc_enadis_default_mce_entry()
|