Searched refs:dest_eid1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/libmctp/tests/ |
H A D | test_core.c | 617 mctp_eid_t dest_eid1 = 30; in mctp_core_test_tx_alloc_tag() local 620 mctp_test_stack_init(&mctp, &binding, dest_eid1); in mctp_core_test_tx_alloc_tag() 631 rc = mctp_message_tx_request(mctp, dest_eid1, msg, msg_len, in mctp_core_test_tx_alloc_tag() 645 rc = mctp_message_tx_request(mctp, dest_eid1, msg, msg_len, &msg_tag); in mctp_core_test_tx_alloc_tag() 655 rc = mctp_message_tx_alloced(mctp, dest_eid1, false, replied_tag, msg, in mctp_core_test_tx_alloc_tag() 666 rc = mctp_message_tx_request(mctp, dest_eid1, msg, msg_len, &msg_tag); in mctp_core_test_tx_alloc_tag()
|