Searched refs:fw_msg (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dmain.c385 static void bnxt_re_fill_fw_msg(struct bnxt_fw_msg *fw_msg, void *msg, argument
389 fw_msg->msg = msg;
390 fw_msg->msg_len = msg_len;
391 fw_msg->resp = resp;
392 fw_msg->resp_max_len = resp_max_len;
393 fw_msg->timeout = timeout;
403 struct bnxt_fw_msg fw_msg = {}; local
408 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp,
410 rc = bnxt_send_msg(en_dev, &fw_msg);
425 struct bnxt_fw_msg fw_msg local
451 struct bnxt_fw_msg fw_msg = {}; local
658 struct bnxt_fw_msg fw_msg = {}; local
691 struct bnxt_fw_msg fw_msg = {}; local
726 struct bnxt_fw_msg fw_msg = {}; local
755 struct bnxt_fw_msg fw_msg = {}; local
1491 struct bnxt_fw_msg fw_msg = {}; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c141 struct bnxt_fw_msg *fw_msg)
157 rc = hwrm_req_replace(bp, req, fw_msg->msg, fw_msg->msg_len);
161 hwrm_req_timeout(bp, req, fw_msg->timeout);
166 if (fw_msg->resp_max_len < resp_len)
167 resp_len = fw_msg->resp_max_len;
169 memcpy(fw_msg->resp, resp, resp_len);
140 bnxt_send_msg(struct bnxt_en_dev *edev, struct bnxt_fw_msg *fw_msg) argument
H A Dbnxt_ulp.h112 int bnxt_send_msg(struct bnxt_en_dev *edev, struct bnxt_fw_msg *fw_msg);
/linux-master/drivers/media/dvb-frontends/
H A Dtda1004x.c311 struct i2c_msg fw_msg = { .flags = 0, .buf = buf, .len = 0 }; local
317 fw_msg.addr = state->config->demod_address;
329 fw_msg.len = tx_size + 1;
330 if (__i2c_transfer(state->i2c, &fw_msg, 1) != 1) {
/linux-master/drivers/usb/typec/
H A Danx7411.c265 struct fw_msg { struct
276 struct fw_msg send_msg;
277 struct fw_msg recv_msg;
732 struct fw_msg *msg = &ctx->send_msg;
761 struct fw_msg *msg = &ctx->recv_msg;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c502 const struct cpl_fw6_msg *fw_msg = cpl; local
503 if (fw_msg->type == FW6_TYPE_CMD_RPL)
504 t4vf_handle_fw_rpl(adapter, fw_msg->data);
/linux-master/drivers/scsi/bfa/
H A Dbfa_svc.h307 void *fw_msg; /* QoS scn event */ member in union:bfa_rport_s::a
H A Dbfa_svc.c4457 qos_scn = (struct bfi_rport_qos_scn_s *) rp->event_arg.fw_msg;
4992 rp->event_arg.fw_msg = msg.qos_scn_evt;

Completed in 316 milliseconds