Lines Matching refs:expected_status
1789 unsigned int order_idx, const int expected_status) in check_dec_status_and_ordering() argument
1794 if (!(expected_status & (1 << RTE_BBDEV_SYNDROME_ERROR)) && in check_dec_status_and_ordering()
1799 if ((expected_status & (1 << RTE_BBDEV_SYNDROME_ERROR)) && in check_dec_status_and_ordering()
1806 TEST_ASSERT(status == expected_status, in check_dec_status_and_ordering()
1808 op->status, expected_status); in check_dec_status_and_ordering()
1819 unsigned int order_idx, const int expected_status) in check_enc_status_and_ordering() argument
1821 TEST_ASSERT(op->status == expected_status, in check_enc_status_and_ordering()
1823 op->status, expected_status); in check_enc_status_and_ordering()
2361 enum rte_bbdev_op_type op_type, const int expected_status, in init_test_op_params() argument
2383 op_params->ref_dec_op->status = expected_status; in init_test_op_params()
2386 op_params->ref_enc_op->status = expected_status; in init_test_op_params()
2421 test_vector.expected_status, in run_test_case_on_device()