Home
last modified time | relevance | path

Searched refs:bcast_mce_idx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h147 u16 bcast_mce_idx; member
Drvu_nix.c1718 idx = pfvf->bcast_mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK); in nix_update_bcast_mce_list()
1721 if (idx > (pfvf->bcast_mce_idx + mce_list->max)) { in nix_update_bcast_mce_list()
1782 pfvf->bcast_mce_idx = nix_alloc_mce_list(mcast, numvfs + 1); in nix_setup_bcast_tables()
1795 err = nix_setup_mce(rvu, pfvf->bcast_mce_idx + idx, in nix_setup_bcast_tables()
Drvu_npc.c502 action.index = pfvf->bcast_mce_idx; in rvu_npc_install_bcast_match_entry()