Home
last modified time | relevance | path

Searched refs:mctp_is_tx_ready (Results 1 – 3 of 3) sorted by relevance

/openbmc/libmctp/
H A Dlibmctp.h171 bool mctp_is_tx_ready(struct mctp *mctp, mctp_eid_t eid);
H A Dcore.c1044 bool mctp_is_tx_ready(struct mctp *mctp, mctp_eid_t eid) in mctp_is_tx_ready() function
/openbmc/libmctp/tests/
H A Dtest_i2c.c104 while (!mctp_is_tx_ready(tx_test->mctp, dest_eid)) { in run_tx_test()