Searched refs:nix_alloc_mce_list (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 175 static int nix_alloc_mce_list(struct nix_mcast *mcast, int count, u8 dir) in nix_alloc_mce_list() function 3545 pfvf->bcast_mce_idx = nix_alloc_mce_list(mcast, numvfs + 1, NIX_MCAST_INGRESS); in nix_setup_mce_tables() 3549 pfvf->mcast_mce_idx = nix_alloc_mce_list(mcast, numvfs + 1, NIX_MCAST_INGRESS); in nix_setup_mce_tables() 3553 pfvf->promisc_mce_idx = nix_alloc_mce_list(mcast, numvfs + 1, NIX_MCAST_INGRESS); in nix_setup_mce_tables() 6465 elem->mce_start_index = nix_alloc_mce_list(mcast, new_count, elem->dir); in rvu_mbox_handler_nix_mcast_grp_update() 6481 elem->mce_start_index = nix_alloc_mce_list(mcast, in rvu_mbox_handler_nix_mcast_grp_update() 6502 elem->mce_start_index = nix_alloc_mce_list(mcast, new_count, elem->dir); in rvu_mbox_handler_nix_mcast_grp_update() 6506 elem->mce_start_index = nix_alloc_mce_list(mcast, prev_count, elem->dir); in rvu_mbox_handler_nix_mcast_grp_update()
|