Searched refs:fw_msg (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 407 static void bnxt_re_fill_fw_msg(struct bnxt_fw_msg *fw_msg, void *msg, in bnxt_re_fill_fw_msg() argument 411 fw_msg->msg = msg; in bnxt_re_fill_fw_msg() 412 fw_msg->msg_len = msg_len; in bnxt_re_fill_fw_msg() 413 fw_msg->resp = resp; in bnxt_re_fill_fw_msg() 414 fw_msg->resp_max_len = resp_max_len; in bnxt_re_fill_fw_msg() 415 fw_msg->timeout = timeout; in bnxt_re_fill_fw_msg() 424 struct bnxt_fw_msg fw_msg; in bnxt_re_net_ring_free() local 430 memset(&fw_msg, 0, sizeof(fw_msg)); in bnxt_re_net_ring_free() 435 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, in bnxt_re_net_ring_free() 437 rc = en_dev->en_ops->bnxt_send_fw_msg(en_dev, BNXT_ROCE_ULP, &fw_msg); in bnxt_re_net_ring_free() [all …]
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ulp.c | 232 struct bnxt_fw_msg *fw_msg) in bnxt_send_msg() argument 243 req = fw_msg->msg; in bnxt_send_msg() 245 rc = _hwrm_send_message(bp, fw_msg->msg, fw_msg->msg_len, in bnxt_send_msg() 246 fw_msg->timeout); in bnxt_send_msg() 251 if (fw_msg->resp_max_len < len) in bnxt_send_msg() 252 len = fw_msg->resp_max_len; in bnxt_send_msg() 254 memcpy(fw_msg->resp, resp, len); in bnxt_send_msg()
|
/Linux-v5.10/drivers/media/dvb-frontends/ |
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-v5.10/drivers/scsi/bfa/ |
D | bfa_svc.h | 305 void *fw_msg; /* QoS scn event */ member
|
D | bfa_svc.c | 4477 qos_scn = (struct bfi_rport_qos_scn_s *) rp->event_arg.fw_msg; in bfa_rport_sm_online() 5012 rp->event_arg.fw_msg = msg.qos_scn_evt; in bfa_rport_isr()
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
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()
|