Home
last modified time | relevance | path

Searched defs:tx_msg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/kernel/
Dmailbox.c27 struct k_mbox_msg tx_msg; /* transmit message descriptor */ member
110 static int mbox_message_match(struct k_mbox_msg *tx_msg, in mbox_message_match()
167 struct k_mbox_msg *tx_msg; in mbox_message_dispose() local
223 static int mbox_message_put(struct k_mbox *mbox, struct k_mbox_msg *tx_msg, in mbox_message_put()
308 int k_mbox_put(struct k_mbox *mbox, struct k_mbox_msg *tx_msg, in k_mbox_put()
324 void k_mbox_async_put(struct k_mbox *mbox, struct k_mbox_msg *tx_msg, in k_mbox_async_put()
399 struct k_mbox_msg *tx_msg; in k_mbox_get() local