Searched refs:npc_is_feature_supported (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 633 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf)) in rvu_npc_install_ucast_entry() 804 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf) && in rvu_npc_install_bcast_match_entry() 805 !npc_is_feature_supported(rvu, BIT_ULL(NPC_LXMB), pfvf->nix_rx_intf)) in rvu_npc_install_bcast_match_entry() 883 if (!npc_is_feature_supported(rvu, BIT_ULL(NPC_DMAC), pfvf->nix_rx_intf) && in rvu_npc_install_allmulti_entry() 884 !npc_is_feature_supported(rvu, BIT_ULL(NPC_LXMB), pfvf->nix_rx_intf)) in rvu_npc_install_allmulti_entry()
|
H A D | rvu.h | 924 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf);
|
H A D | rvu_npc_fs.c | 49 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf) in npc_is_feature_supported() function
|