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.h431 bool npc_exact_match_enabled; /* Exact match supported ? */ member
H A Drvu_debugfs.c3634 rvu->hw->cap.npc_exact_match_enabled ? "enabled" : "disable"); in rvu_dbg_npc_exact_show_info()
3635 if (!rvu->hw->cap.npc_exact_match_enabled) in rvu_dbg_npc_exact_show_info()
3713 if (!rvu->hw->cap.npc_exact_match_enabled) in rvu_dbg_npc_init()
H A Drvu.c72 hw->cap.npc_exact_match_enabled = false; in rvu_setup_hw_capabilities()