Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c725 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf)) in rvu_npc_install_ucast_entry()
938 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf) && in rvu_npc_install_bcast_match_entry()
939 !npc_is_feature_supported(rvu, BIT_ULL(NPC_LXMB), pfvf->nix_rx_intf)) in rvu_npc_install_bcast_match_entry()
1008 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf) && in rvu_npc_install_allmulti_entry()
1009 !npc_is_feature_supported(rvu, BIT_ULL(NPC_LXMB), pfvf->nix_rx_intf)) in rvu_npc_install_allmulti_entry()
1342 if (npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), in npc_enadis_default_entries()
H A Drvu_npc_fs.c62 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf) in npc_is_feature_supported() function