Searched defs:mctp (Results 1 – 15 of 15) sorted by relevance
/libmctp-latest/ |
D | core.c | 51 struct mctp { struct 53 struct mctp_bus *busses; argument 56 mctp_rx_fn message_rx; argument 60 mctp_capture_fn capture; argument 66 struct mctp_msg_ctx msg_ctxs[16]; argument 68 enum { 92 static int mctp_message_tx_on_bus(struct mctp_bus *bus, mctp_eid_t src, argument 183 static struct mctp_msg_ctx *mctp_msg_ctx_lookup(struct mctp *mctp, uint8_t src, in mctp_msg_ctx_lookup() 199 static struct mctp_msg_ctx *mctp_msg_ctx_create(struct mctp *mctp, uint8_t src, in mctp_msg_ctx_create() 281 struct mctp *mctp; in mctp_init() local [all …]
|
D | CMakeLists.txt | 25 add_library (mctp STATIC alloc.c astlpc.c crc32.c core.c log.c libmctp.h serial.c crc-16-ccitt.c) target
|
D | libmctp.h | 125 struct mctp *mctp; member
|
/libmctp-latest/tests/ |
D | test_core.c | 138 struct mctp *mctp = NULL; in mctp_core_test_simple_rx() local 166 struct mctp *mctp = NULL; in mctp_core_test_receive_equal_length_fragments() local 207 struct mctp *mctp = NULL; in mctp_core_test_receive_unexpected_smaller_middle_fragment() local 247 struct mctp *mctp = NULL; in mctp_core_test_receive_unexpected_bigger_middle_fragment() local 287 struct mctp *mctp = NULL; in mctp_core_test_receive_smaller_end_fragment() local 329 struct mctp *mctp = NULL; in mctp_core_test_receive_bigger_end_fragment() local 369 struct mctp *mctp = NULL; in mctp_core_test_drop_large_fragments() local 399 struct mctp *mctp = NULL; in mctp_core_test_exhaust_context_buffers() local 453 struct mctp *mctp = NULL; in mctp_core_test_rx_with_tag() local 490 struct mctp *mctp = NULL; in mctp_core_test_rx_with_tag_multifragment() local [all …]
|
D | test-utils.c | 58 struct mctp *mctp, mctp_eid_t eid) in mctp_binding_test_register_bus() 63 void mctp_test_stack_init(struct mctp **mctp, in mctp_test_stack_init()
|
D | test_bridge.c | 25 struct mctp *mctp; member
|
D | test_eid.c | 17 struct mctp *mctp; member
|
D | test_serial.c | 70 struct mctp *mctp; member
|
D | test_seq.c | 21 struct mctp *mctp; member
|
D | test_astlpc.c | 50 struct mctp *mctp; member 375 struct mctp *mctp; in astlpc_test_host_before_bmc() local
|
/libmctp-latest/utils/ |
D | mctp-astlpc-daemon.c | 21 struct mctp *mctp; member 55 struct mctp *mctp; in main() local
|
D | mctp-in.c | 31 struct mctp *mctp; in main() local
|
D | mctp-pipe.c | 34 struct mctp *mctp[2]; in main() local
|
D | mctp-demux-daemon.c | 63 struct mctp *mctp; member 169 static int binding_serial_init(struct mctp *mctp, struct binding *binding, in binding_serial_init() 209 static int binding_astlpc_init(struct mctp *mctp, struct binding *binding, in binding_astlpc_init() 235 static void binding_astlpc_destroy(struct mctp *mctp, struct binding *binding) in binding_astlpc_destroy()
|
D | mctp-capture.c | 124 struct mctp_hdr *mctp = in capture_socket() local
|