Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c736 return rvu->hw->cap.npc_exact_match_enabled; in rvu_npc_exact_has_match_table()
1806 if (!rvu->hw->cap.npc_exact_match_enabled) in rvu_npc_exact_can_disable_feature()
1822 rvu->hw->cap.npc_exact_match_enabled = false; in rvu_npc_exact_disable_feature()
1897 rvu->hw->cap.npc_exact_match_enabled = true; in rvu_npc_exact_init()
H A Drvu.h401 bool npc_exact_match_enabled; /* Exact match supported ? */ member
H A Drvu.c72 hw->cap.npc_exact_match_enabled = false; in rvu_setup_hw_capabilities()