Searched refs:astlpc_assert_tx_packet (Results 1 – 1 of 1) sorted by relevance
/openbmc/libmctp/tests/ |
H A D | test_astlpc.c | 236 static void astlpc_assert_tx_packet(struct astlpc_endpoint *src, in astlpc_assert_tx_packet() function 277 astlpc_assert_tx_packet(&ctx.bmc, &msg[MCTP_BTU], MCTP_BTU); in astlpc_test_packetised_message_bmc_to_host() 310 astlpc_assert_tx_packet(&ctx.host, &msg[0], MCTP_BTU); in astlpc_test_simple_message_host_to_bmc() 352 astlpc_assert_tx_packet(&ctx.bmc, &msg[0], MCTP_BTU); in astlpc_test_simple_message_bmc_to_host() 651 astlpc_assert_tx_packet(&ctx.host, &unwritten[0], MCTP_BTU); in astlpc_test_host_tx_bmc_gone() 1312 astlpc_assert_tx_packet(&ctx.host, &msg[0], MCTP_BTU); in astlpc_test_corrupt_host_tx() 1367 astlpc_assert_tx_packet(&ctx.bmc, &msg[0], MCTP_BTU); in astlpc_test_corrupt_bmc_tx()
|