Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c1325 mcam->entry2cntr_map[entry] = NPC_MCAM_INVALID_MAP; in npc_unmap_mcam_entry_and_cntr()
1372 mcam->entry2pfvf_map[index] = NPC_MCAM_INVALID_MAP; in npc_mcam_free_all_entries()
1380 if (cntr != NPC_MCAM_INVALID_MAP) in npc_mcam_free_all_entries()
1396 mcam->cntr2pfvf_map[cntr] = NPC_MCAM_INVALID_MAP; in npc_mcam_free_all_counters()
1693 mcam->entry2cntr_map[index] = NPC_MCAM_INVALID_MAP; in npc_mcam_alloc_entries()
1775 if (cntr != NPC_MCAM_INVALID_MAP) in rvu_mbox_handler_npc_mcam_free_entry()
1910 if (mcam->entry2cntr_map[new_entry] != NPC_MCAM_INVALID_MAP) { in rvu_mbox_handler_npc_mcam_shift_entry()
1923 if (cntr != NPC_MCAM_INVALID_MAP) { in rvu_mbox_handler_npc_mcam_shift_entry()
2028 mcam->cntr2pfvf_map[req->cntr] = NPC_MCAM_INVALID_MAP; in rvu_mbox_handler_npc_mcam_free_counter()
Dmbox.h723 #define NPC_MCAM_INVALID_MAP 0xFFFF macro