Home
last modified time | relevance | path

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

/openbmc/hiomapd/
H A Dtransport_mbox.h55 int transport_mbox_dispatch(struct mbox_context *context);
H A Dtransport_mbox.c644 int transport_mbox_dispatch(struct mbox_context *context) in transport_mbox_dispatch() function
/openbmc/hiomapd/test/
H A Dmbox.c150 rc = transport_mbox_dispatch(context); in mbox_command_dispatch()