Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c698 return rvu->hw->cap.npc_exact_match_enabled; in rvu_npc_exact_has_match_table()
1774 if (!rvu->hw->cap.npc_exact_match_enabled) in rvu_npc_exact_can_disable_feature()
1790 rvu->hw->cap.npc_exact_match_enabled = false; in rvu_npc_exact_disable_feature()
1871 rvu->hw->cap.npc_exact_match_enabled = true; in rvu_npc_exact_init()
Drvu.h348 bool npc_exact_match_enabled; /* Exact match supported ? */ member
Drvu_debugfs.c3049 rvu->hw->cap.npc_exact_match_enabled ? "enabled" : "disable"); in rvu_dbg_npc_exact_show_info()
3050 if (!rvu->hw->cap.npc_exact_match_enabled) in rvu_dbg_npc_exact_show_info()
3128 if (!rvu->hw->cap.npc_exact_match_enabled) in rvu_dbg_npc_init()
Drvu.c72 hw->cap.npc_exact_match_enabled = false; in rvu_setup_hw_capabilities()