Searched refs:action_item (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.h | 164 ulp_rte_void_act_handler(const struct rte_flow_action *action_item, 169 ulp_rte_rss_act_handler(const struct rte_flow_action *action_item, 174 ulp_rte_mark_act_handler(const struct rte_flow_action *action_item, 189 ulp_rte_drop_act_handler(const struct rte_flow_action *action_item, 194 ulp_rte_count_act_handler(const struct rte_flow_action *action_item, 199 ulp_rte_pf_act_handler(const struct rte_flow_action *action_item, 204 ulp_rte_vf_act_handler(const struct rte_flow_action *action_item, 259 ulp_rte_dec_ttl_act_handler(const struct rte_flow_action *action_item, 264 ulp_rte_jump_act_handler(const struct rte_flow_action *action_item, 268 ulp_rte_sample_act_handler(const struct rte_flow_action *action_item, [all …]
|
| H A D | ulp_rte_parser.c | 187 while (action_item && action_item->type != RTE_FLOW_ACTION_TYPE_END) { in bnxt_ulp_rte_parser_act_parse() 188 if (action_item->type >= in bnxt_ulp_rte_parser_act_parse() 190 if (action_item->type >= in bnxt_ulp_rte_parser_act_parse() 214 action_item++; in bnxt_ulp_rte_parser_act_parse() 222 action_item->type); in bnxt_ulp_rte_parser_act_parse() 500 action_item.conf = &port_id; in ulp_rte_parser_implicit_act_port_process() 1752 mark = action_item->conf; in ulp_rte_mark_act_handler() 1774 if (action_item == NULL || action_item->conf == NULL) { in ulp_rte_rss_act_handler() 1779 rss = action_item->conf; in ulp_rte_rss_act_handler() 2575 set_tp = action_item->conf; in ulp_rte_set_tp_src_act_handler() [all …]
|
| H A D | bnxt_ulp_flow.c | 622 const struct rte_flow_action *action_item = pmd_actions; in bnxt_ulp_tunnel_decap_release() local 639 while (action_item && action_item->type != RTE_FLOW_ACTION_TYPE_END) { in bnxt_ulp_tunnel_decap_release() 640 if (action_item->type == (typeof(tun_entry->action.type)) in bnxt_ulp_tunnel_decap_release() 643 action_item->conf); in bnxt_ulp_tunnel_decap_release() 646 action_item++; in bnxt_ulp_tunnel_decap_release()
|
| H A D | ulp_template_struct.h | 115 (const struct rte_flow_action *action_item,
|