Searched refs:hdr_bitmap (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.c | 318 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 = ¶ms->hdr_bitmap; in ulp_rte_vlan_hdr_handler() 1038 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_ipv4_hdr_handler() local 1172 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_ipv6_hdr_handler() local 1357 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_udp_hdr_handler() local 1432 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_tcp_hdr_handler() local 1537 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_vxlan_hdr_handler() local 1588 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_gre_hdr_handler() local 1631 struct ulp_rte_hdr_bitmap *hdr_bitmap = ¶ms->hdr_bitmap; in ulp_rte_icmp_hdr_handler() local [all …]
|
| H A D | ulp_tun.c | 131 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 D | ulp_mapper.h | 46 struct ulp_rte_hdr_bitmap *hdr_bitmap; member 71 struct ulp_rte_hdr_bitmap *hdr_bitmap; member
|
| H A D | ulp_matcher.c | 56 class_hid = ulp_matcher_class_hash_calculate((params->hdr_bitmap.bits ^ in ulp_matcher_pattern_match() 68 if (ULP_BITMAP_CMP(¶ms->hdr_bitmap, &class_match->hdr_sig)) { in ulp_matcher_pattern_match()
|
| H A D | ulp_template_struct.h | 68 struct ulp_rte_hdr_bitmap hdr_bitmap; member 125 struct ulp_rte_hdr_bitmap hdr_bitmap; member
|
| H A D | bnxt_ulp_flow.c | 95 mapper_cparms->hdr_bitmap = ¶ms->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 D | ulp_mapper.c | 1203 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()
|