Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_flow.c391 const struct rte_flow_action_count *act_count; in hns3_handle_actions() local
437 act_count = in hns3_handle_actions()
440 if (act_count->id >= counter_num) in hns3_handle_actions()
445 rule->act_cnt = *act_count; in hns3_handle_actions()
2174 const struct rte_flow_action_count *act_count; in hns3_flow_action_create() local
2191 act_count = (const struct rte_flow_action_count *)action->conf; in hns3_flow_action_create()
2192 if (act_count->id >= pf->fdir.fd_cfg.cnt_num[HNS3_FD_STAGE_1]) { in hns3_flow_action_create()
2199 if (hns3_counter_new(dev, false, act_count->id, error)) in hns3_flow_action_create()
2202 counter = hns3_counter_lookup(dev, act_count->id); in hns3_flow_action_create()
/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c1417 struct rte_flow_action_count *act_count = &filter->act_count; in ice_fdir_create_filter() local
1419 filter->counter = ice_fdir_counter_alloc(pf, 0, act_count->id); in ice_fdir_create_filter()
1683 const struct rte_flow_action_count *act_count; in ice_fdir_parse_action() local
1739 act_count = actions->conf; in ice_fdir_parse_action()
1741 rte_memcpy(&filter->act_count, act_count, in ice_fdir_parse_action()
1742 sizeof(filter->act_count)); in ice_fdir_parse_action()
H A Dice_ethdev.h339 struct rte_flow_action_count act_count; member
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c2167 const struct rte_flow_action_count *act_count; in ulp_rte_count_act_handler() local
2170 act_count = action_item->conf; in ulp_rte_count_act_handler()
2171 if (act_count) { in ulp_rte_count_act_handler()
2173 &act_count->id, in ulp_rte_count_act_handler()