Home
last modified time | relevance | path

Searched refs:ULP_BITMAP_ISSET (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c282 if (ULP_BITMAP_ISSET(params->act_bitmap.bits, in ulp_post_process_normal_flow()
289 if ((ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_post_process_normal_flow()
291 !ULP_BITMAP_ISSET(params->act_bitmap.bits, in ulp_post_process_normal_flow()
695 if (ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_rte_eth_hdr_handler()
697 ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_rte_eth_hdr_handler()
699 ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_rte_eth_hdr_handler()
701 ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_rte_eth_hdr_handler()
703 ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_rte_eth_hdr_handler()
900 if (!ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_rte_ipv4_hdr_handler()
902 !ULP_BITMAP_ISSET(params->hdr_bitmap.bits, in ulp_rte_ipv4_hdr_handler()
[all …]
H A Dulp_tun.h20 ULP_BITMAP_ISSET((params)->act_bitmap.bits, \
24 !ULP_BITMAP_ISSET((params)->hdr_bitmap.bits, \
H A Dulp_tun.c67 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_mapper.c831 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()
1046 if (ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, hdr_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()
2452 if (ULP_BITMAP_ISSET(parms->hdr_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()
2467 if (!ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, in ulp_mapper_tbl_cond_opcode_process()
H A Dulp_utils.h22 #define ULP_BITMAP_ISSET(bitmap, val) ((bitmap) & (val)) macro
H A Dulp_def_rules.c141 if (ULP_BITMAP_ISSET(mapper_params->act->bits, in ulp_set_vlan_in_act_prop()
163 if (ULP_BITMAP_ISSET(mapper_params->act->bits, in ulp_set_mark_in_act_prop()