Searched refs:act_bitmap (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_matcher.c | 101 act_hid = ulp_matcher_action_hash_calculate(params->act_bitmap.bits); in ulp_matcher_action_match() 111 if (ULP_BITMAP_CMP(¶ms->act_bitmap, &act_match->act_sig)) { in ulp_matcher_action_match()
|
| H A D | ulp_rte_parser.c | 272 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 D | ulp_template_struct.h | 72 struct ulp_rte_act_bitmap act_bitmap; member 137 struct ulp_rte_act_bitmap act_bitmap; member
|
| H A D | ulp_tun.h | 20 ULP_BITMAP_ISSET((params)->act_bitmap.bits, \
|
| H A D | ulp_mapper.h | 65 struct ulp_rte_act_bitmap *act_bitmap; member
|
| H A D | ulp_mapper.c | 831 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 D | ulp_tun.c | 28 ULP_BITMAP_RESET(params->act_bitmap.bits, BNXT_ULP_ACTION_BIT_JUMP); in ulp_install_outer_tun_flow()
|
| H A D | bnxt_ulp_flow.c | 91 mapper_cparms->act = ¶ms->act_bitmap; in bnxt_ulp_init_mapper_params()
|