Searched refs:mbox_msg (Results 1 – 6 of 6) sorted by relevance
/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_mbox.c | 60 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg() argument 64 hex_dump_to_buffer(mbox_msg, sizeof(struct otx_cpt_mbox), 16, 8, in dump_mbox_msg() 68 get_mbox_opcode_str(mbox_msg->msg), vf_id, in dump_mbox_msg() 72 get_mbox_opcode_str(mbox_msg->msg), raw_data_str); in dump_mbox_msg()
|
D | otx_cptpf_mbox.c | 59 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg() argument 63 hex_dump_to_buffer(mbox_msg, sizeof(struct otx_cpt_mbox), 16, 8, in dump_mbox_msg() 67 get_mbox_opcode_str(mbox_msg->msg), vf_id, in dump_mbox_msg() 71 get_mbox_opcode_str(mbox_msg->msg), raw_data_str); in dump_mbox_msg()
|
/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | coex.h | 194 ((le32_to_cpu((_notif)->mbox_msg[(_num)]) & BT_MBOX##_num##_##_field)\ 233 __le32 mbox_msg[4]; member
|
/drivers/crypto/cavium/nitrox/ |
D | nitrox_dev.h | 125 union mbox_msg { union 162 union mbox_msg msg;
|
D | nitrox_mbx.c | 57 union mbox_msg msg; in pf2vf_send_response()
|
/drivers/firmware/ |
D | ti_sci.c | 234 struct ti_msgmgr_message *mbox_msg = m; in ti_sci_rx_callback() local 235 struct ti_sci_msg_hdr *hdr = (struct ti_sci_msg_hdr *)mbox_msg->buf; in ti_sci_rx_callback() 253 if (mbox_msg->len > info->desc->max_msg_size) { in ti_sci_rx_callback() 255 mbox_msg->len, info->desc->max_msg_size); in ti_sci_rx_callback() 259 if (mbox_msg->len < xfer->rx_len) { in ti_sci_rx_callback() 261 mbox_msg->len, xfer->rx_len); in ti_sci_rx_callback() 268 memcpy(xfer->xfer_buf, mbox_msg->buf, xfer->rx_len); in ti_sci_rx_callback()
|