Lines Matching defs:expected
15 const u32 expected = 0x803d0594;
17 bool is_error = ohci1394_self_id_count_is_error(expected);
18 u8 generation = ohci1394_self_id_count_get_generation(expected);
19 u32 size = ohci1394_self_id_count_get_size(expected);
45 static const __le32 expected[] = {
51 bool has_src_bus_id = ohci1394_at_data_get_src_bus_id(expected);
52 unsigned int speed = ohci1394_at_data_get_speed(expected);
53 unsigned int tlabel = ohci1394_at_data_get_tlabel(expected);
54 unsigned int retry = ohci1394_at_data_get_retry(expected);
55 unsigned int tcode = ohci1394_at_data_get_tcode(expected);
56 unsigned int destination_id = ohci1394_at_data_get_destination_id(expected);
57 u64 destination_offset = ohci1394_at_data_get_destination_offset(expected);
73 KUNIT_EXPECT_MEMEQ(test, quadlets, expected, sizeof(expected));
78 static const __le32 expected[] = {
83 unsigned int scode = ohci1394_it_data_get_speed(expected);
84 unsigned int tag = ohci1394_it_data_get_tag(expected);
85 unsigned int channel = ohci1394_it_data_get_channel(expected);
86 unsigned int tcode = ohci1394_it_data_get_tcode(expected);
87 unsigned int sync = ohci1394_it_data_get_sync(expected);
88 unsigned int data_length = ohci1394_it_data_get_data_length(expected);
104 KUNIT_EXPECT_MEMEQ(test, quadlets, expected, sizeof(expected));