Searched refs:subspec (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 101 static int push_msg(const char *msg, struct test_subspec *subspec) in push_msg() argument 105 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() 386 for (i = 0; i < subspec->expect_msg_cnt; i++) { in validate_case() 390 expect_msg = subspec->expect_msgs[i]; in validate_case() 399 "MATCHED MSG: '%s'\n", subspec in validate_case() 378 validate_case(struct test_loader *tester, struct test_subspec *subspec, struct bpf_object *obj, struct bpf_program *prog, int load_err) validate_case() argument 511 should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) should_do_test_run() argument 540 struct test_subspec *subspec = unpriv ? &spec->unpriv : &spec->priv; run_subtest() local [all...] |
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | janz-ican3.c | 92 * NOTE: the INQUIRY_EXTENDED subspec :( 868 static int ican3_send_inquiry(struct ican3_dev *mod, u8 subspec) in ican3_send_inquiry() argument 875 msg.data[0] = subspec; in ican3_send_inquiry() 1200 u16 subspec; in ican3_handle_nmtsind() local 1202 subspec = msg->data[0] + msg->data[1] * 0x100; in ican3_handle_nmtsind() 1203 if (subspec == NMTS_SLAVE_EVENT_IND) { in ican3_handle_nmtsind() 1223 } else if (subspec == NMTS_SLAVE_STATE_IND) { in ican3_handle_nmtsind() 1227 subspec); in ican3_handle_nmtsind()
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | janz-ican3.c | 93 * NOTE: the INQUIRY_EXTENDED subspec :( 869 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()
|
Completed in 7 milliseconds