Home
last modified time | relevance | path

Searched refs:mbox_msg (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/infiniband/hw/hns/
A Dhns_roce_cmd.c65 mbox_msg->cmd, ret); in __hns_roce_cmd_mbox_poll()
131 mbox_msg->token = context->token; in __hns_roce_cmd_mbox_wait()
136 mbox_msg->cmd, ret); in __hns_roce_cmd_mbox_wait()
143 context->token, mbox_msg->cmd); in __hns_roce_cmd_mbox_wait()
180 mbox_msg.in_param = in_param; in hns_roce_cmd_mbox()
181 mbox_msg.out_param = out_param; in hns_roce_cmd_mbox()
182 mbox_msg.cmd = cmd; in hns_roce_cmd_mbox()
183 mbox_msg.tag = tag; in hns_roce_cmd_mbox()
186 mbox_msg.event_en = 1; in hns_roce_cmd_mbox()
190 mbox_msg.event_en = 0; in hns_roce_cmd_mbox()
[all …]
A Dhns_roce_hw_v2.c2988 struct hns_roce_mbox_msg *mbox_msg) in hns_roce_mbox_post() argument
2995 mb->in_param_l = cpu_to_le32(mbox_msg->in_param); in hns_roce_mbox_post()
2996 mb->in_param_h = cpu_to_le32(mbox_msg->in_param >> 32); in hns_roce_mbox_post()
2997 mb->out_param_l = cpu_to_le32(mbox_msg->out_param); in hns_roce_mbox_post()
2998 mb->out_param_h = cpu_to_le32(mbox_msg->out_param >> 32); in hns_roce_mbox_post()
2999 mb->cmd_tag = cpu_to_le32(mbox_msg->tag << 8 | mbox_msg->cmd); in hns_roce_mbox_post()
3000 mb->token_event_en = cpu_to_le32(mbox_msg->event_en << 16 | in hns_roce_mbox_post()
3001 mbox_msg->token); in hns_roce_mbox_post()
3058 struct hns_roce_mbox_msg *mbox_msg) in v2_post_mbox() argument
3074 ret = hns_roce_mbox_post(hr_dev, mbox_msg); in v2_post_mbox()
A Dhns_roce_device.h926 struct hns_roce_mbox_msg *mbox_msg);
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_mbox.c60 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()
A Dotx_cptpf_mbox.c59 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()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_dev.h125 union mbox_msg { union
162 union mbox_msg msg;
A Dnitrox_mbx.c59 union mbox_msg msg; in pf2vf_send_response()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dcoex.h114 __le32 mbox_msg[4]; member
/linux/drivers/firmware/
A Dti_sci.c234 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()

Completed in 38 milliseconds