Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_npc_mcam.c536 int use_ctr = (flow->ctr_id == NPC_COUNTER_NONE ? 0 : 1); in npc_mcam_alloc_and_write()
838 if (flow->ctr_id != NPC_COUNTER_NONE) in npc_flow_free_all_resources()
H A Droc_npc_priv.h12 #define NPC_COUNTER_NONE (-1) macro
H A Droc_npc.c360 flow->ctr_id = NPC_COUNTER_NONE; in npc_parse_actions()
1317 if (flow->ctr_id != NPC_COUNTER_NONE) { in roc_npc_flow_destroy()
/dpdk/drivers/net/cnxk/
H A Dcnxk_flow.c401 if (in_flow->ctr_id == NPC_COUNTER_NONE) { in cnxk_flow_query()