Searched refs:txmsg (Results 1 – 1 of 1) sorted by relevance
84 const void *txmsg, uint16_t txsize) in mbox_send_request() argument100 if (txmsg) in mbox_send_request()101 mbox_msgcpy(ram_mbox_msg, txmsg, txsize); in mbox_send_request()173 mbox_send(struct mbox *m, struct octeontx_mbox_hdr *hdr, const void *txmsg, in mbox_send() argument187 mbox_send_request(m, hdr, txmsg, txsize); in mbox_send()