Searched refs:test_param (Results 1 – 1 of 1) sorted by relevance
140 struct test_params test_param; in mctp_core_test_simple_rx() local145 test_param.seen = false; in mctp_core_test_simple_rx()146 test_param.message_size = 0; in mctp_core_test_simple_rx()148 mctp_set_rx_all(mctp, rx_message, &test_param); in mctp_core_test_simple_rx()157 assert(test_param.seen); in mctp_core_test_simple_rx()158 assert(test_param.message_size == 2 * MCTP_BTU); in mctp_core_test_simple_rx()168 struct test_params test_param; in mctp_core_test_receive_equal_length_fragments() local175 test_param.seen = false; in mctp_core_test_receive_equal_length_fragments()176 test_param.message_size = 0; in mctp_core_test_receive_equal_length_fragments()178 mctp_set_rx_all(mctp, rx_message, &test_param); in mctp_core_test_receive_equal_length_fragments()[all …]