Home
last modified time | relevance | path

Searched refs:ft_group_hit_counter (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_mae_counter.c126 p->ft_group_hit_counter = counterp->ft_group_hit_counter; in sfc_mae_counter_enable()
239 if (p->ft_group_hit_counter != NULL) { in sfc_mae_counter_increment()
240 uint64_t ft_group_hit_counter; in sfc_mae_counter_increment() local
242 ft_group_hit_counter = *p->ft_group_hit_counter + pkts; in sfc_mae_counter_increment()
243 __atomic_store_n(p->ft_group_hit_counter, ft_group_hit_counter, in sfc_mae_counter_increment()
H A Dsfc_mae.h80 uint64_t *ft_group_hit_counter; member
126 uint64_t *ft_group_hit_counter; member
H A Dsfc_mae.c940 uint64_t *ft_group_hit_counter; member
1015 action_set->counters[i].ft_group_hit_counter = in sfc_mae_action_set_add()
1016 ctx->ft_group_hit_counter; in sfc_mae_action_set_add()
4135 ctx.ft_group_hit_counter = &spec_mae->ft->group_hit_counter; in sfc_mae_rule_parse_actions()