Home
last modified time | relevance | path

Searched refs:act_bitmap (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_matcher.c101 act_hid = ulp_matcher_action_hash_calculate(params->act_bitmap.bits); in ulp_matcher_action_match()
111 if (ULP_BITMAP_CMP(&params->act_bitmap, &act_match->act_sig)) { in ulp_matcher_action_match()
H A Dulp_rte_parser.c272 ULP_BITMAP_SET(params->act_bitmap.bits, in ulp_post_process_normal_flow()
282 if (ULP_BITMAP_ISSET(params->act_bitmap.bits, in ulp_post_process_normal_flow()
291 !ULP_BITMAP_ISSET(params->act_bitmap.bits, in ulp_post_process_normal_flow()
1761 ULP_BITMAP_SET(params->act_bitmap.bits, in ulp_rte_vxlan_decap_act_handler()
2038 ULP_BITMAP_SET(params->act_bitmap.bits, in ulp_rte_of_push_vlan_act_handler()
2061 ULP_BITMAP_SET(params->act_bitmap.bits, in ulp_rte_of_set_vlan_vid_act_handler()
2084 ULP_BITMAP_SET(params->act_bitmap.bits, in ulp_rte_of_set_vlan_pcp_act_handler()
2105 ULP_BITMAP_SET(params->act_bitmap.bits, in ulp_rte_set_ipv4_src_act_handler()
2126 ULP_BITMAP_SET(params->act_bitmap.bits, in ulp_rte_set_ipv4_dst_act_handler()
2147 ULP_BITMAP_SET(params->act_bitmap.bits, in ulp_rte_set_tp_src_act_handler()
[all …]
H A Dulp_template_struct.h72 struct ulp_rte_act_bitmap act_bitmap; member
137 struct ulp_rte_act_bitmap act_bitmap; member
H A Dulp_tun.h20 ULP_BITMAP_ISSET((params)->act_bitmap.bits, \
H A Dulp_mapper.h65 struct ulp_rte_act_bitmap *act_bitmap; member
H A Dulp_mapper.c831 if (ULP_BITMAP_ISSET(parms->act_bitmap->bits, act_bit)) in ulp_mapper_result_field_process()
947 if (ULP_BITMAP_ISSET(parms->act_bitmap->bits, act_bit)) { in ulp_mapper_result_field_process()
991 if (ULP_BITMAP_ISSET(parms->act_bitmap->bits, act_bit)) { in ulp_mapper_result_field_process()
1214 ULP_BITMAP_ISSET(parms->act_bitmap->bits, in ulp_mapper_mark_gfid_process()
1257 ULP_BITMAP_ISSET(parms->act_bitmap->bits, in ulp_mapper_mark_act_ptr_process()
2447 if (ULP_BITMAP_ISSET(parms->act_bitmap->bits, in ulp_mapper_tbl_cond_opcode_process()
2462 if (!ULP_BITMAP_ISSET(parms->act_bitmap->bits, in ulp_mapper_tbl_cond_opcode_process()
2804 parms.act_bitmap = cparms->act; in ulp_mapper_flow_create()
H A Dulp_tun.c28 ULP_BITMAP_RESET(params->act_bitmap.bits, BNXT_ULP_ACTION_BIT_JUMP); in ulp_install_outer_tun_flow()
H A Dbnxt_ulp_flow.c91 mapper_cparms->act = &params->act_bitmap; in bnxt_ulp_init_mapper_params()