Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c3443 int mce_idx, int mcam_index, bool add) in nix_update_mce_list() argument
3455 idx = mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_update_mce_list()
3457 if (idx > (mce_idx + mce_list->max)) { in nix_update_mce_list()
3484 idx = mce_idx; in nix_update_mce_list()
3507 struct nix_mce_list **mce_list, int *mce_idx) in nix_get_mce_list() argument
3515 *mce_idx = 0; in nix_get_mce_list()
3524 *mce_idx = pfvf->bcast_mce_idx; in nix_get_mce_list()
3527 *mce_idx = pfvf->mcast_mce_idx; in nix_get_mce_list()
3530 *mce_idx = pfvf->promisc_mce_idx; in nix_get_mce_list()
3533 *mce_idx = 0; in nix_get_mce_list()
[all …]
H A Drvu.h930 int mce_idx, int mcam_index, bool add);
932 struct nix_mce_list **mce_list, int *mce_idx);