Home
last modified time | relevance | path

Searched refs:subspec (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c105 tmp = realloc(subspec->expect_msgs, (1 + subspec->expect_msg_cnt) * sizeof(void *)); in push_msg()
110 subspec->expect_msgs = tmp; in push_msg()
111 subspec->expect_msgs[subspec->expect_msg_cnt++] = msg; in push_msg()
379 struct test_subspec *subspec, in validate_case() argument
390 expect_msg = subspec->expect_msgs[i]; in validate_case()
513 if (!subspec->execute) in should_do_test_run()
516 if (subspec->expect_failure) in should_do_test_run()
549 if (!test__start_subtest(subspec->name)) in run_subtest()
598 if (subspec->expect_failure) { in run_subtest()
613 if (should_do_test_run(spec, subspec)) { in run_subtest()
[all …]
/openbmc/linux/drivers/net/can/
H A Djanz-ican3.c869 static int ican3_send_inquiry(struct ican3_dev *mod, u8 subspec) in ican3_send_inquiry() argument
876 msg.data[0] = subspec; in ican3_send_inquiry()
1201 u16 subspec; in ican3_handle_nmtsind() local
1203 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()