Searched refs:hdr_bit (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.c | 724 struct ulp_rte_hdr_bitmap *hdr_bit; in ulp_rte_vlan_hdr_handler() local 794 hdr_bit = ¶ms->hdr_bitmap; in ulp_rte_vlan_hdr_handler() 795 if (ULP_BITMAP_ISSET(hdr_bit->bits, BNXT_ULP_HDR_BIT_O_ETH) && in ulp_rte_vlan_hdr_handler() 796 !ULP_BITMAP_ISSET(hdr_bit->bits, BNXT_ULP_HDR_BIT_I_ETH) && in ulp_rte_vlan_hdr_handler() 806 } else if (ULP_BITMAP_ISSET(hdr_bit->bits, BNXT_ULP_HDR_BIT_O_ETH) && in ulp_rte_vlan_hdr_handler() 807 !ULP_BITMAP_ISSET(hdr_bit->bits, BNXT_ULP_HDR_BIT_I_ETH) && in ulp_rte_vlan_hdr_handler() 817 } else if (ULP_BITMAP_ISSET(hdr_bit->bits, BNXT_ULP_HDR_BIT_O_ETH) && in ulp_rte_vlan_hdr_handler() 818 ULP_BITMAP_ISSET(hdr_bit->bits, BNXT_ULP_HDR_BIT_I_ETH) && in ulp_rte_vlan_hdr_handler() 829 } else if (ULP_BITMAP_ISSET(hdr_bit->bits, BNXT_ULP_HDR_BIT_O_ETH) && in ulp_rte_vlan_hdr_handler() 830 ULP_BITMAP_ISSET(hdr_bit->bits, BNXT_ULP_HDR_BIT_I_ETH) && in ulp_rte_vlan_hdr_handler()
|
| H A D | ulp_mapper.c | 789 uint64_t hdr_bit; in ulp_mapper_result_field_process() local 1041 (uint8_t *)&hdr_bit, sizeof(uint64_t))) { in ulp_mapper_result_field_process() 1045 hdr_bit = tfp_be_to_cpu_64(hdr_bit); in ulp_mapper_result_field_process() 1046 if (ULP_BITMAP_ISSET(parms->hdr_bitmap->bits, hdr_bit)) { in ulp_mapper_result_field_process()
|