Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/bnxt_re/
Dmain.c380 static void bnxt_re_fill_fw_msg(struct bnxt_fw_msg *fw_msg, void *msg, in bnxt_re_fill_fw_msg() argument
384 fw_msg->msg = msg; in bnxt_re_fill_fw_msg()
385 fw_msg->msg_len = msg_len; in bnxt_re_fill_fw_msg()
386 fw_msg->resp = resp; in bnxt_re_fill_fw_msg()
387 fw_msg->resp_max_len = resp_max_len; in bnxt_re_fill_fw_msg()
388 fw_msg->timeout = timeout; in bnxt_re_fill_fw_msg()
398 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_hwrm_qcfg() local
403 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bnxt_re_hwrm_qcfg()
405 rc = bnxt_send_msg(en_dev, &fw_msg); in bnxt_re_hwrm_qcfg()
420 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_hwrm_qcaps() local
[all …]
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ulp.c144 struct bnxt_fw_msg *fw_msg) in bnxt_send_msg() argument
160 rc = hwrm_req_replace(bp, req, fw_msg->msg, fw_msg->msg_len); in bnxt_send_msg()
164 hwrm_req_timeout(bp, req, fw_msg->timeout); in bnxt_send_msg()
169 if (fw_msg->resp_max_len < resp_len) in bnxt_send_msg()
170 resp_len = fw_msg->resp_max_len; in bnxt_send_msg()
172 memcpy(fw_msg->resp, resp, resp_len); in bnxt_send_msg()
Dbnxt_ulp.h108 int bnxt_send_msg(struct bnxt_en_dev *edev, struct bnxt_fw_msg *fw_msg);
/linux-6.6.21/drivers/media/dvb-frontends/
Dtda1004x.c311 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-6.6.21/drivers/usb/typec/
Danx7411.c265 struct fw_msg { struct
276 struct fw_msg send_msg; argument
277 struct fw_msg recv_msg;
732 struct fw_msg *msg = &ctx->send_msg; in anx7411_send_msg()
761 struct fw_msg *msg = &ctx->recv_msg; in anx7411_process_cmd()
/linux-6.6.21/drivers/scsi/bfa/
Dbfa_svc.h305 void *fw_msg; /* QoS scn event */ member
Dbfa_svc.c4471 qos_scn = (struct bfi_rport_qos_scn_s *) rp->event_arg.fw_msg; in bfa_rport_sm_online()
5006 rp->event_arg.fw_msg = msg.qos_scn_evt; in bfa_rport_isr()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c502 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()