Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c623 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf)) in rvu_npc_install_ucast_entry()
791 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf) && in rvu_npc_install_bcast_match_entry()
792 !npc_is_feature_supported(rvu, BIT_ULL(NPC_LXMB), pfvf->nix_rx_intf)) in rvu_npc_install_bcast_match_entry()
869 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf) && in rvu_npc_install_allmulti_entry()
870 !npc_is_feature_supported(rvu, BIT_ULL(NPC_LXMB), pfvf->nix_rx_intf)) in rvu_npc_install_allmulti_entry()
Drvu.h921 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf);
Drvu_npc_fs.c49 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf) in npc_is_feature_supported() function