Searched refs:MCTP_MESSAGE_TO_DST (Results 1 – 3 of 3) sorted by relevance
/openbmc/libmctp/tests/ |
H A D | test_astlpc.c | 304 rc = mctp_message_tx(ctx.host.mctp, 8, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_simple_message_host_to_bmc() 647 rc = mctp_message_tx(ctx.host.mctp, 8, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_host_tx_bmc_gone() 1132 rc = mctp_message_tx(host->mctp, 8, MCTP_MESSAGE_TO_DST, tag, ctx.msg, in astlpc_test_send_large_packet() 1195 rc = mctp_message_tx(ctx.bmc.mctp, 9, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_negotiate_mtu_high_low() 1204 rc = mctp_message_tx(ctx.bmc.mctp, 9, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_negotiate_mtu_high_low() 1239 rc = mctp_message_tx(ctx.bmc.mctp, 9, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_negotiate_mtu_high_low() 1321 rc = mctp_message_tx(ctx.host.mctp, 8, MCTP_MESSAGE_TO_DST, tag, msg, in astlpc_test_corrupt_host_tx()
|
/openbmc/libmctp/ |
H A D | libmctp.h | 41 #define MCTP_MESSAGE_TO_DST false macro
|
/openbmc/libmctp/utils/ |
H A D | mctp-demux-daemon.c | 416 rx_message(eid, MCTP_MESSAGE_TO_DST, 0, ctx, ctx->buf + 1, in client_process_recv()
|