Searched defs:test_payload (Results 1 – 2 of 2) sorted by relevance
141 uint8_t test_payload[2 * MCTP_BTU]; in mctp_core_test_simple_rx() local169 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_equal_length_fragments() local210 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_unexpected_smaller_middle_fragment() local250 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_unexpected_bigger_middle_fragment() local290 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_smaller_end_fragment() local332 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_bigger_end_fragment() local372 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_drop_large_fragments() local402 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_exhaust_context_buffers() local456 static uint8_t test_payload[MCTP_BTU]; in mctp_core_test_rx_with_tag() local493 static uint8_t test_payload[MCTP_BTU]; in mctp_core_test_rx_with_tag_multifragment() local[all …]
124 static void test_payload(void *pay, size_t len) in test_payload() function