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 | 176 static int nix_alloc_mce_list(struct nix_mcast *mcast, int count, u8 dir) in nix_alloc_mce_list() function 3619 pfvf->bcast_mce_idx = nix_alloc_mce_list(mcast, numvfs + 1, NIX_MCAST_INGRESS); in nix_setup_mce_tables() 3623 pfvf->mcast_mce_idx = nix_alloc_mce_list(mcast, numvfs + 1, NIX_MCAST_INGRESS); in nix_setup_mce_tables() 3627 pfvf->promisc_mce_idx = nix_alloc_mce_list(mcast, numvfs + 1, NIX_MCAST_INGRESS); in nix_setup_mce_tables() 6571 elem->mce_start_index = nix_alloc_mce_list(mcast, new_count, elem->dir); in rvu_mbox_handler_nix_mcast_grp_update() 6587 elem->mce_start_index = nix_alloc_mce_list(mcast, in rvu_mbox_handler_nix_mcast_grp_update() 6608 elem->mce_start_index = nix_alloc_mce_list(mcast, new_count, elem->dir); in rvu_mbox_handler_nix_mcast_grp_update() 6612 elem->mce_start_index = nix_alloc_mce_list(mcast, prev_count, elem->dir); in rvu_mbox_handler_nix_mcast_grp_update()
|