Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_ctl.h364 uint64_t n_pkts_hit; member
615 uint64_t n_pkts_hit; member
H A Drte_swx_pipeline.c2118 uint64_t action_id, n_pkts_hit, n_pkts_action; in instr_table_exec() local
2141 n_pkts_hit = stats->n_pkts_hit[hit]; in instr_table_exec()
2153 stats->n_pkts_hit[hit] = n_pkts_hit + 1; in instr_table_exec()
2194 n_pkts_hit = stats->n_pkts_hit[hit]; in instr_table_af_exec()
2206 stats->n_pkts_hit[hit] = n_pkts_hit + 1; in instr_table_af_exec()
2291 n_pkts_hit = stats->n_pkts_hit[hit]; in instr_learner_exec()
2305 stats->n_pkts_hit[hit] = n_pkts_hit + 1; in instr_learner_exec()
2350 n_pkts_hit = stats->n_pkts_hit[hit]; in instr_learner_af_exec()
2364 stats->n_pkts_hit[hit] = n_pkts_hit + 1; in instr_learner_af_exec()
9765 stats->n_pkts_hit = table_stats->n_pkts_hit[1]; in rte_swx_ctl_pipeline_table_stats_read()
[all …]
H A Drte_swx_pipeline_internal.h766 uint64_t n_pkts_hit[2]; /* 0 = Miss, 1 = Hit. */ member
837 uint64_t n_pkts_hit[2]; /* 0 = Miss, 1 = Hit. */ member
/dpdk/examples/pipeline/
H A Dcli.c2597 .n_pkts_hit = 0, in cmd_pipeline_stats()
2619 stats.n_pkts_hit, in cmd_pipeline_stats()
2649 .n_pkts_hit = 0, in cmd_pipeline_stats()
2674 stats.n_pkts_hit, in cmd_pipeline_stats()