Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c318 ULP_BITMAP_SET(params->hdr_bitmap.bits, in ulp_post_process_normal_flow()
701 ULP_BITMAP_SET(params->hdr_bitmap.bits, in ulp_rte_phy_port_hdr_handler()
907 hdr_bit = &params->hdr_bitmap; in ulp_rte_vlan_hdr_handler()
1038 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_ipv4_hdr_handler() local
1172 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_ipv6_hdr_handler() local
1357 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_udp_hdr_handler() local
1432 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_tcp_hdr_handler() local
1537 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_vxlan_hdr_handler() local
1588 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_gre_hdr_handler() local
1631 struct ulp_rte_hdr_bitmap *hdr_bitmap = &params->hdr_bitmap; in ulp_rte_icmp_hdr_handler() local
[all …]
H A Dulp_tun.c131 if (ULP_BITMAP_ISSET(params->hdr_bitmap.bits, BNXT_ULP_HDR_BIT_O_IPV4)) in ulp_get_tun_entry()
195 if (!ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_tunnel_offload_process()
197 !ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_tunnel_offload_process()
207 if (ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_tunnel_offload_process()
217 } else if (ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_tunnel_offload_process()
219 ULP_BITMAP_RESET(params->hdr_bitmap.bits, in ulp_tunnel_offload_process()
H A Dulp_mapper.h46 struct ulp_rte_hdr_bitmap *hdr_bitmap; member
71 struct ulp_rte_hdr_bitmap *hdr_bitmap; member
H A Dulp_matcher.c56 class_hid = ulp_matcher_class_hash_calculate((params->hdr_bitmap.bits ^ in ulp_matcher_pattern_match()
68 if (ULP_BITMAP_CMP(&params->hdr_bitmap, &class_match->hdr_sig)) { in ulp_matcher_pattern_match()
H A Dulp_template_struct.h68 struct ulp_rte_hdr_bitmap hdr_bitmap; member
125 struct ulp_rte_hdr_bitmap hdr_bitmap; member
H A Dbnxt_ulp_flow.c95 mapper_cparms->hdr_bitmap = &params->hdr_bitmap; in bnxt_ulp_init_mapper_params()
136 if (ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in bnxt_ulp_init_mapper_params()
H A Dulp_mapper.c1203 if (ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, lregval)) { in ulp_mapper_field_src_process()
3268 *res = ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, in ulp_mapper_cond_opc_process()
3278 *res = !ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, in ulp_mapper_cond_opc_process()
3962 parms.hdr_bitmap = cparms->hdr_bitmap; in ulp_mapper_flow_create()