Home
last modified time | relevance | path

Searched refs:MCTP_PKTBUF_SIZE (Results 1 – 7 of 7) sorted by relevance

/openbmc/libmctp/
H A Di2c-internal.h39 MCTP_PKTBUF_SIZE(I2C_BTU)] __attribute((aligned(8)));
41 MCTP_PKTBUF_SIZE(I2C_BTU)] __attribute((aligned(8)));
H A Dserial.c47 uint8_t rx_storage[MCTP_PKTBUF_SIZE(SERIAL_BTU)];
65 uint8_t tx_storage[MCTP_PKTBUF_SIZE(SERIAL_BTU)];
H A Dlibmctp.h59 #define MCTP_PKTBUF_SIZE(payload) \ macro
H A Dastlpc.c879 size_t pktbuf_size = MCTP_PKTBUF_SIZE(body); in mctp_astlpc_set_pkt_size()
/openbmc/libmctp/tests/
H A Dtest-utils.c19 uint8_t tx_storage[MCTP_PKTBUF_SIZE(MCTP_BTU)];
H A Dtest_cmds.c63 uint8_t tx_storage[MCTP_PKTBUF_SIZE(MCTP_BTU)]; in setup_test_binding()
H A Dtest_bridge.c22 uint8_t tx_storage[MCTP_PKTBUF_SIZE(MCTP_BTU)];