| /linux/drivers/infiniband/hw/bng_re/ |
| H A D | bng_dev.c | 104 static void bng_re_fill_fw_msg(struct bnge_fw_msg *fw_msg, void *msg, in bng_re_fill_fw_msg() argument 108 fw_msg->msg = msg; in bng_re_fill_fw_msg() 109 fw_msg->msg_len = msg_len; in bng_re_fill_fw_msg() 110 fw_msg->resp = resp; in bng_re_fill_fw_msg() 111 fw_msg->resp_max_len = resp_max_len; in bng_re_fill_fw_msg() 112 fw_msg->timeout = timeout; in bng_re_fill_fw_msg() 121 struct bnge_fw_msg fw_msg = {}; in bng_re_net_ring_free() local 127 bng_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bng_re_net_ring_free() 129 rc = bnge_send_msg(aux_dev, &fw_msg); in bng_re_net_ring_free() 143 struct bnge_fw_msg fw_msg = {}; in bng_re_net_ring_alloc() local [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_auxr.c | 94 int bnge_send_msg(struct bnge_auxr_dev *auxr_dev, struct bnge_fw_msg *fw_msg) in bnge_send_msg() argument 106 rc = bnge_hwrm_req_replace(bd, req, fw_msg->msg, fw_msg->msg_len); in bnge_send_msg() 110 bnge_hwrm_req_timeout(bd, req, fw_msg->timeout); in bnge_send_msg() 115 if (fw_msg->resp_max_len < resp_len) in bnge_send_msg() 116 resp_len = fw_msg->resp_max_len; in bnge_send_msg() 118 memcpy(fw_msg->resp, resp, resp_len); in bnge_send_msg()
|
| H A D | bnge_auxr.h | 82 int bnge_send_msg(struct bnge_auxr_dev *adev, struct bnge_fw_msg *fw_msg);
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | main.c | 537 static void bnxt_re_fill_fw_msg(struct bnxt_fw_msg *fw_msg, void *msg, in bnxt_re_fill_fw_msg() argument 541 fw_msg->msg = msg; in bnxt_re_fill_fw_msg() 542 fw_msg->msg_len = msg_len; in bnxt_re_fill_fw_msg() 543 fw_msg->resp = resp; in bnxt_re_fill_fw_msg() 544 fw_msg->resp_max_len = resp_max_len; in bnxt_re_fill_fw_msg() 545 fw_msg->timeout = timeout; in bnxt_re_fill_fw_msg() 552 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_hwrm_free_vnic() local 558 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), NULL, in bnxt_re_hwrm_free_vnic() 560 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_free_vnic() 571 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_hwrm_alloc_vnic() local [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ulp.c | 192 struct bnxt_fw_msg *fw_msg) in bnxt_send_msg() argument 208 rc = hwrm_req_replace(bp, req, fw_msg->msg, fw_msg->msg_len); in bnxt_send_msg() 212 hwrm_req_timeout(bp, req, fw_msg->timeout); in bnxt_send_msg() 217 if (fw_msg->resp_max_len < resp_len) in bnxt_send_msg() 218 resp_len = fw_msg->resp_max_len; in bnxt_send_msg() 220 memcpy(fw_msg->resp, resp, resp_len); in bnxt_send_msg()
|
| H A D | bnxt_ulp.h | 125 int bnxt_send_msg(struct bnxt_en_dev *edev, struct bnxt_fw_msg *fw_msg);
|
| /linux/drivers/staging/media/ipu7/ |
| H A D | ipu7-isys.h | 119 } fw_msg; member
|
| H A D | ipu7-isys.c | 664 memset(&msg->fw_msg, 0, sizeof(msg->fw_msg)); in ipu7_get_fw_msg_buf() 690 msg = container_of(ptr, struct isys_fw_msgs, fw_msg.dummy); in ipu7_put_fw_msg_buf()
|
| H A D | ipu7-isys-queue.c | 317 buf = &msg->fw_msg.frame; in ipu7_isys_stream_start() 406 buf = &msg->fw_msg.frame; in buf_queue()
|
| H A D | ipu7-isys-video.c | 455 stream_cfg = &msg->fw_msg.stream; in start_stream_firmware() 511 buf = &msg->fw_msg.frame; in start_stream_firmware()
|
| /linux/drivers/usb/typec/ |
| H A D | anx7411.c | 266 struct fw_msg { struct 277 struct fw_msg send_msg; argument 278 struct fw_msg recv_msg; 735 struct fw_msg *msg = &ctx->send_msg; in anx7411_send_msg() 764 struct fw_msg *msg = &ctx->recv_msg; in anx7411_process_cmd()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | tda1004x.c | 311 struct i2c_msg fw_msg = { .flags = 0, .buf = buf, .len = 0 }; in tda1004x_do_upload() local 317 fw_msg.addr = state->config->demod_address; in tda1004x_do_upload() 329 fw_msg.len = tx_size + 1; in tda1004x_do_upload() 330 if (__i2c_transfer(state->i2c, &fw_msg, 1) != 1) { in tda1004x_do_upload()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_svc.h | 307 void *fw_msg; /* QoS scn event */ member
|
| H A D | bfa_svc.c | 4402 qos_scn = (struct bfi_rport_qos_scn_s *) rp->event_arg.fw_msg; in bfa_rport_sm_online() 4937 rp->event_arg.fw_msg = msg.qos_scn_evt; in bfa_rport_isr()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | cxgb4vf_main.c | 502 const struct cpl_fw6_msg *fw_msg = cpl; in fwevtq_handler() local 503 if (fw_msg->type == FW6_TYPE_CMD_RPL) in fwevtq_handler() 504 t4vf_handle_fw_rpl(adapter, fw_msg->data); in fwevtq_handler()
|