Searched refs:__mctp_msg_free (Results 1 – 3 of 3) sorted by relevance
/openbmc/libmctp/ |
H A D | core.c | 201 __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 D | libmctp-alloc.h | 14 void __mctp_msg_free(void *ptr, struct mctp *mctp);
|
H A D | alloc.c | 89 void __mctp_msg_free(void *ptr, struct mctp *mctp) in __mctp_msg_free() function
|