Searched refs:mbox_msg (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_cmd.c | 42 struct hns_roce_mbox_msg *mbox_msg) in hns_roce_cmd_mbox_post_hw() argument 46 ret = hr_dev->hw->post_mbox(hr_dev, mbox_msg); in hns_roce_cmd_mbox_post_hw() 57 struct hns_roce_mbox_msg *mbox_msg) in __hns_roce_cmd_mbox_poll() argument 61 ret = hns_roce_cmd_mbox_post_hw(hr_dev, mbox_msg); in __hns_roce_cmd_mbox_poll() 65 mbox_msg->cmd, ret); in __hns_roce_cmd_mbox_poll() 79 struct hns_roce_mbox_msg *mbox_msg) in hns_roce_cmd_mbox_poll() argument 84 ret = __hns_roce_cmd_mbox_poll(hr_dev, mbox_msg); in hns_roce_cmd_mbox_poll() 110 struct hns_roce_mbox_msg *mbox_msg) in __hns_roce_cmd_mbox_wait() argument 131 mbox_msg->token = context->token; in __hns_roce_cmd_mbox_wait() 132 ret = hns_roce_cmd_mbox_post_hw(hr_dev, mbox_msg); in __hns_roce_cmd_mbox_wait() [all …]
|
| H A D | hns_roce_hw_v2.c | 3299 struct hns_roce_mbox_msg *mbox_msg) in hns_roce_mbox_post() 3306 mb->in_param_l = cpu_to_le32(mbox_msg->in_param); in hns_roce_mbox_post() 3307 mb->in_param_h = cpu_to_le32(mbox_msg->in_param >> 32); in hns_roce_mbox_post() 3308 mb->out_param_l = cpu_to_le32(mbox_msg->out_param); in hns_roce_mbox_post() 3309 mb->out_param_h = cpu_to_le32(mbox_msg->out_param >> 32); in hns_roce_mbox_post() 3310 mb->cmd_tag = cpu_to_le32(mbox_msg->tag << 8 | mbox_msg->cmd); in hns_roce_mbox_post() 3311 mb->token_event_en = cpu_to_le32(mbox_msg->event_en << 16 | in hns_roce_mbox_post() 3312 mbox_msg->token); in hns_roce_mbox_post() 3369 struct hns_roce_mbox_msg *mbox_msg) in v2_post_mbox() 3298 hns_roce_mbox_post(struct hns_roce_dev * hr_dev,struct hns_roce_mbox_msg * mbox_msg) hns_roce_mbox_post() argument 3368 v2_post_mbox(struct hns_roce_dev * hr_dev,struct hns_roce_mbox_msg * mbox_msg) v2_post_mbox() argument [all...] |
| /linux/drivers/crypto/marvell/octeontx/ |
| H A 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()
|
| H A 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()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_dev.h | 125 union mbox_msg { union 162 union mbox_msg msg;
|
| H A D | nitrox_mbx.c | 59 union mbox_msg msg; in pf2vf_send_response()
|
| /linux/drivers/firmware/ |
| H A D | ti_sci.c | 257 struct ti_msgmgr_message *mbox_msg = m; in ti_sci_rx_callback() 258 struct ti_sci_msg_hdr *hdr = (struct ti_sci_msg_hdr *)mbox_msg->buf; in ti_sci_rx_callback() 276 if (mbox_msg->len > info->desc->max_msg_size) { in ti_sci_rx_callback() 278 mbox_msg->len, info->desc->max_msg_size); 282 if (mbox_msg->len < xfer->rx_len) { 284 mbox_msg->len, xfer->rx_len); 291 memcpy(xfer->xfer_buf, mbox_msg->buf, xfer->rx_len); 240 struct ti_msgmgr_message *mbox_msg = m; ti_sci_rx_callback() local
|