Searched refs:subspec (Results 1 – 2 of 2) sorted by relevance
831 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run() argument833 if (!subspec->execute) in should_do_test_run()836 if (subspec->expect_failure) in should_do_test_run()891 struct test_subspec *subspec = unpriv ? &spec->unpriv : &spec->priv; in run_subtest() local902 if (!test__start_subtest(subspec->name)) in run_subtest()959 if (subspec->expect_failure) { in run_subtest()971 validate_msgs(tester->log_buf, &subspec->expect_msgs, emit_verifier_log); in run_subtest()973 if (subspec->expect_xlated.cnt) { in run_subtest()979 validate_msgs(tester->log_buf, &subspec->expect_xlated, emit_xlated); in run_subtest()982 if (subspec->jited.cnt) { in run_subtest()[all …]
869 static int ican3_send_inquiry(struct ican3_dev *mod, u8 subspec) in ican3_send_inquiry() argument876 msg.data[0] = subspec; in ican3_send_inquiry()1201 u16 subspec; in ican3_handle_nmtsind() local1203 subspec = msg->data[0] + msg->data[1] * 0x100; in ican3_handle_nmtsind()1204 if (subspec == NMTS_SLAVE_EVENT_IND) { in ican3_handle_nmtsind()1224 } else if (subspec == NMTS_SLAVE_STATE_IND) { in ican3_handle_nmtsind()1228 subspec); in ican3_handle_nmtsind()