Searched defs:tx_msg (Results 1 – 1 of 1) sorted by relevance
27 struct k_mbox_msg tx_msg; /* transmit message descriptor */ member110 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() local223 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