Home
last modified time | relevance | path

Searched refs:mctp_prdebug (Results 1 – 9 of 9) sorted by relevance

/openbmc/libmctp/
H A Dcontrol.c44 mctp_prdebug("no response buffer"); in mctp_ctrl_set_endpoint_id()
57 mctp_prdebug("set_endpoint_id response send failed: %d", rc); in mctp_ctrl_set_endpoint_id()
75 mctp_prdebug("no response buffer"); in mctp_ctrl_get_endpoint_id()
89 mctp_prdebug("get_endpoint_id response send failed: %d", rc); in mctp_ctrl_get_endpoint_id()
144 mctp_prdebug("no response buffer"); in mctp_ctrl_get_version()
157 mctp_prdebug("mctp get_version response send failed: %d", rc); in mctp_ctrl_get_version()
177 mctp_prdebug("no response buffer"); in mctp_ctrl_get_types()
190 mctp_prdebug("mctp get_types response send failed: %d", rc); in mctp_ctrl_get_types()
201 mctp_prdebug("no response buffer"); in reply_error()
211 mctp_prdebug("error response send failed: %d", rc); in reply_error()
H A Dserial.c216 mctp_prdebug("state: %d, char 0x%02x", serial->rx_state, c); in mctp_rx_consume_one()
225 mctp_prdebug("lost sync, dropping packet"); in mctp_rx_consume_one()
245 mctp_prdebug( in mctp_rx_consume_one()
250 mctp_prdebug("invalid revision 0x%02x", c); in mctp_rx_consume_one()
257 mctp_prdebug("invalid size %d", c); in mctp_rx_consume_one()
306 mctp_prdebug("missing end frame marker"); in mctp_rx_consume_one()
310 mctp_prdebug("invalid fcs : 0x%04x, expect 0x%04x", in mctp_rx_consume_one()
319 mctp_prdebug(" -> state: %d", serial->rx_state); in mctp_rx_consume_one()
H A Dcore.c62 mctp_prdebug("pktbuf_free called for non-alloced"); in mctp_pktbuf_free()
144 mctp_prdebug("msg dup len %zu failed", msg_len); in mctp_msg_dup()
265 mctp_prdebug("Mismatching struct mctp"); in mctp_setup()
619 mctp_prdebug("Context buffers exhausted."); in mctp_bus_rx()
645 mctp_prdebug( in mctp_bus_rx()
655 mctp_prdebug("Unexpected fragment size. Expected" in mctp_bus_rx()
678 mctp_prdebug( in mctp_bus_rx()
688 mctp_prdebug("Unexpected fragment size. Expected = %zu " in mctp_bus_rx()
713 mctp_prdebug("tx with bus disabled"); in mctp_packet_tx()
758 mctp_prdebug( in mctp_next_tx_pkt()
[all …]
H A Dlibmctp-log.h36 #define mctp_prdebug(fmt, ...) \ macro
H A Dastlpc.c221 mctp_prdebug("%s: 0x%" PRIx32, __func__, code); in astlpc_pktbuf_protect_v3()
231 mctp_prdebug("%s: 0x%" PRIx32, __func__, code); in astlpc_pktbuf_validate_v3()
/openbmc/libmctp/tests/
H A Dtest_i2c.c65 mctp_prdebug("test_i2c_tx len %zu", len); in test_i2c_tx()
82 mctp_prdebug("test_i2c_rx src %d len %zu tag %d owner %d", src_eid, len, in test_i2c_rxmsg()
H A Dtest_serial.c57 mctp_prdebug("MCTP message received: len %zd, type %d, tag %d", len, in rx_message()
H A Dtest_astlpc.c74 mctp_prdebug("%s: 0x%hhx from %s", __func__, *val, in mctp_astlpc_mmio_kcs_read()
106 mctp_prdebug("%s: 0x%hhx to %s", __func__, val, in mctp_astlpc_mmio_kcs_write()
121 mctp_prdebug("%s: %zu bytes from 0x%lx", __func__, len, offset); in mctp_astlpc_mmio_lpc_read()
136 mctp_prdebug("%s: %zu bytes to 0x%lx", __func__, len, offset); in mctp_astlpc_mmio_lpc_write()
160 mctp_prdebug("MCTP message received: msg: %p, len %zd", msg, len); in astlpc_test_rx_message()
H A Dtest_core.c56 mctp_prdebug("MCTP message received: len %zd, tag %u", len, msg_tag); in rx_message()