Home
last modified time | relevance | path

Searched refs:__mctp_msg_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/libmctp/
H A Dcore.c201 __mctp_msg_free(ctx->buf, bus->mctp); in mctp_msg_ctx_drop()
290 __mctp_msg_free(bus->tx_msg, mctp); in mctp_bus_destroy()
304 __mctp_msg_free(tmp->buf, mctp); in mctp_cleanup()
599 __mctp_msg_free(p, mctp); in mctp_bus_rx()
774 __mctp_msg_free(bus->tx_msg, bus->binding->mctp); in mctp_tx_complete()
902 __mctp_msg_free(msg, bus->binding->mctp); in mctp_message_tx_on_bus()
915 __mctp_msg_free(msg, mctp); in mctp_message_tx_alloced()
921 __mctp_msg_free(msg, mctp); in mctp_message_tx_alloced()
1024 __mctp_msg_free(msg, mctp); in mctp_message_tx_request()
1032 __mctp_msg_free(msg, mctp); in mctp_message_tx_request()
H A Dlibmctp-alloc.h14 void __mctp_msg_free(void *ptr, struct mctp *mctp);
H A Dalloc.c89 void __mctp_msg_free(void *ptr, struct mctp *mctp) in __mctp_msg_free() function