Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.h33 #define NPC_COUNTER_NONE (-1) macro
H A Dotx2_flow.c36 if (flow->ctr_id != NPC_COUNTER_NONE) in otx2_flow_free_all_resources()
776 if (flow->ctr_id == NPC_COUNTER_NONE) { in otx2_flow_query()
H A Dotx2_flow_parse.c825 flow->ctr_id = NPC_COUNTER_NONE; in otx2_flow_parse_actions()
H A Dotx2_flow_utils.c890 int use_ctr = (flow->ctr_id == NPC_COUNTER_NONE ? 0 : 1); in otx2_flow_mcam_alloc_and_write()