Home
last modified time | relevance | path

Searched refs:NPC_MCAM_INVALID_MAP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c1256 mcam->entry2cntr_map[entry] = NPC_MCAM_INVALID_MAP; in npc_unmap_mcam_entry_and_cntr()
1303 mcam->entry2pfvf_map[index] = NPC_MCAM_INVALID_MAP; in npc_mcam_free_all_entries()
1311 if (cntr != NPC_MCAM_INVALID_MAP) in npc_mcam_free_all_entries()
1327 mcam->cntr2pfvf_map[cntr] = NPC_MCAM_INVALID_MAP; in npc_mcam_free_all_counters()
1624 mcam->entry2cntr_map[index] = NPC_MCAM_INVALID_MAP; in npc_mcam_alloc_entries()
1706 if (cntr != NPC_MCAM_INVALID_MAP) in rvu_mbox_handler_npc_mcam_free_entry()
1841 if (mcam->entry2cntr_map[new_entry] != NPC_MCAM_INVALID_MAP) { in rvu_mbox_handler_npc_mcam_shift_entry()
1854 if (cntr != NPC_MCAM_INVALID_MAP) { in rvu_mbox_handler_npc_mcam_shift_entry()
1959 mcam->cntr2pfvf_map[req->cntr] = NPC_MCAM_INVALID_MAP; in rvu_mbox_handler_npc_mcam_free_counter()
Dmbox.h650 #define NPC_MCAM_INVALID_MAP 0xFFFF macro