Searched refs:mctp_binding_test (Results 1 – 5 of 5) sorted by relevance
/openbmc/libmctp/tests/ |
H A D | test-utils.c | 17 struct mctp_binding_test { struct 28 struct mctp_binding_test *mctp_binding_test_init(void) in mctp_binding_test_init() argument 30 struct mctp_binding_test *test; in mctp_binding_test_init() 43 void mctp_binding_test_destroy(struct mctp_binding_test *test) in mctp_binding_test_destroy() 48 void mctp_binding_test_rx_raw(struct mctp_binding_test *test, void *buf, in mctp_binding_test_rx_raw() 60 void mctp_binding_test_register_bus(struct mctp_binding_test *binding, in mctp_binding_test_register_bus() 67 struct mctp_binding_test **binding, mctp_eid_t eid) in mctp_test_stack_init()
|
H A D | test-utils.h | 12 struct mctp_binding_test *mctp_binding_test_init(void); 13 void mctp_binding_test_destroy(struct mctp_binding_test *test); 14 void mctp_binding_test_register_bus(struct mctp_binding_test *binding, 18 void mctp_binding_test_rx_raw(struct mctp_binding_test *test, void *buf, 25 struct mctp_binding_test **binding, mctp_eid_t eid);
|
H A D | test_core.c | 86 static void receive_ptkbuf(struct mctp_binding_test *binding, in receive_ptkbuf() 107 static void receive_one_fragment(struct mctp_binding_test *binding, in receive_one_fragment() 116 static void receive_two_fragment_message(struct mctp_binding_test *binding, in receive_two_fragment_message() 139 struct mctp_binding_test *binding = NULL; in mctp_core_test_simple_rx() 167 struct mctp_binding_test *binding = NULL; in mctp_core_test_receive_equal_length_fragments() 208 struct mctp_binding_test *binding = NULL; in mctp_core_test_receive_unexpected_smaller_middle_fragment() 248 struct mctp_binding_test *binding = NULL; in mctp_core_test_receive_unexpected_bigger_middle_fragment() 288 struct mctp_binding_test *binding = NULL; in mctp_core_test_receive_smaller_end_fragment() 330 struct mctp_binding_test *binding = NULL; in mctp_core_test_receive_bigger_end_fragment() 370 struct mctp_binding_test *binding = NULL; in mctp_core_test_drop_large_fragments() [all …]
|
H A D | test_eid.c | 18 struct mctp_binding_test *binding;
|
H A D | test_seq.c | 22 struct mctp_binding_test *binding;
|