Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c270 ULP_BITMAP_SET(params->hdr_bitmap.bits, in ulp_post_process_normal_flow()
794 hdr_bit = &params->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 = &params->hdr_bitmap; in ulp_rte_ipv4_hdr_handler() local
1037 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_ipv6_hdr_handler() local
1195 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_udp_hdr_handler() local
1272 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_tcp_hdr_handler() local
[all …]
H A Dulp_mapper.h66 struct ulp_rte_hdr_bitmap *hdr_bitmap; member
86 struct ulp_rte_hdr_bitmap *hdr_bitmap; member
H A Dulp_matcher.c54 class_hid = ulp_matcher_class_hash_calculate(params->hdr_bitmap.bits, in ulp_matcher_pattern_match()
65 if (ULP_BITMAP_CMP(&params->hdr_bitmap, &class_match->hdr_sig)) { in ulp_matcher_pattern_match()
H A Dulp_tun.c30 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 Dulp_template_struct.h65 struct ulp_rte_hdr_bitmap hdr_bitmap; member
111 struct ulp_rte_hdr_bitmap hdr_bitmap; member
H A Dulp_tun.h24 !ULP_BITMAP_ISSET((params)->hdr_bitmap.bits, \
H A Dbnxt_ulp_flow.c88 mapper_cparms->hdr_bitmap = &params->hdr_bitmap; in bnxt_ulp_init_mapper_params()
H A Dulp_mapper.c1046 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()