Searched refs:hdr_bitmap (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.c | 270 ULP_BITMAP_SET(params->hdr_bitmap.bits, in ulp_post_process_normal_flow() 794 hdr_bit = ¶ms->hdr_bitmap; in ulp_rte_vlan_hdr_handler() 804 ULP_BITMAP_SET(params->hdr_bitmap.bits, in ulp_rte_vlan_hdr_handler() 815 ULP_BITMAP_SET(params->hdr_bitmap.bits, in ulp_rte_vlan_hdr_handler() 826 ULP_BITMAP_SET(params->hdr_bitmap.bits, in ulp_rte_vlan_hdr_handler() 838 ULP_BITMAP_SET(params->hdr_bitmap.bits, in ulp_rte_vlan_hdr_handler() 886 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_ipv4_hdr_handler() local 1037 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_ipv6_hdr_handler() local 1195 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_udp_hdr_handler() local 1272 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_tcp_hdr_handler() local [all …]
|
| H A D | ulp_mapper.h | 66 struct ulp_rte_hdr_bitmap *hdr_bitmap; member 86 struct ulp_rte_hdr_bitmap *hdr_bitmap; member
|
| H A D | ulp_matcher.c | 54 class_hid = ulp_matcher_class_hash_calculate(params->hdr_bitmap.bits, in ulp_matcher_pattern_match() 65 if (ULP_BITMAP_CMP(¶ms->hdr_bitmap, &class_match->hdr_sig)) { in ulp_matcher_pattern_match()
|
| H A D | ulp_tun.c | 30 ULP_BITMAP_SET(params->hdr_bitmap.bits, BNXT_ULP_HDR_BIT_F1); in ulp_install_outer_tun_flow() 67 if (ULP_BITMAP_ISSET(params->hdr_bitmap.bits, BNXT_ULP_HDR_BIT_O_IPV4)) in ulp_install_outer_tun_flow() 176 if (ULP_BITMAP_ISSET(params->hdr_bitmap.bits, BNXT_ULP_HDR_BIT_O_IPV4)) in ulp_post_process_first_inner_tun_flow()
|
| H A D | ulp_template_struct.h | 65 struct ulp_rte_hdr_bitmap hdr_bitmap; member 111 struct ulp_rte_hdr_bitmap hdr_bitmap; member
|
| H A D | ulp_tun.h | 24 !ULP_BITMAP_ISSET((params)->hdr_bitmap.bits, \
|
| H A D | bnxt_ulp_flow.c | 88 mapper_cparms->hdr_bitmap = ¶ms->hdr_bitmap; in bnxt_ulp_init_mapper_params()
|
| H A D | ulp_mapper.c | 1046 if (ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, hdr_bit)) { in ulp_mapper_result_field_process() 2452 if (ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, in ulp_mapper_tbl_cond_opcode_process() 2467 if (!ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, in ulp_mapper_tbl_cond_opcode_process() 2805 parms.hdr_bitmap = cparms->hdr_bitmap; in ulp_mapper_flow_create()
|