net/bnxt: add conditional opcodes for mapper result table
[dpdk.git] / drivers / net / bnxt / tf_ulp / ulp_template_struct.h
index ea4f253..2f2f9a2 100644 (file)
@@ -213,6 +213,8 @@ struct bnxt_ulp_mapper_result_field_info {
        enum bnxt_ulp_mapper_opc        result_opcode;
        uint16_t                        field_bit_size;
        uint8_t                         result_operand[16];
+       uint8_t                         result_operand_true[16];
+       uint8_t                         result_operand_false[16];
 };
 
 struct bnxt_ulp_mapper_ident_info {