Lines Matching refs:expected_status
1743 unsigned int order_idx, const int expected_status) in check_dec_status_and_ordering() argument
1748 if (!(expected_status & (1 << RTE_BBDEV_SYNDROME_ERROR)) && in check_dec_status_and_ordering()
1753 if ((expected_status & (1 << RTE_BBDEV_SYNDROME_ERROR)) && in check_dec_status_and_ordering()
1760 TEST_ASSERT(status == expected_status, in check_dec_status_and_ordering()
1762 op->status, expected_status); in check_dec_status_and_ordering()
1773 unsigned int order_idx, const int expected_status) in check_enc_status_and_ordering() argument
1775 TEST_ASSERT(op->status == expected_status, in check_enc_status_and_ordering()
1777 op->status, expected_status); in check_enc_status_and_ordering()
2315 enum rte_bbdev_op_type op_type, const int expected_status, in init_test_op_params() argument
2337 op_params->ref_dec_op->status = expected_status; in init_test_op_params()
2340 op_params->ref_enc_op->status = expected_status; in init_test_op_params()
2375 test_vector.expected_status, in run_test_case_on_device()