Searched refs:fw_msg (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/infiniband/hw/bnxt_re/ |
| A D | main.c | 399 fw_msg->msg = msg; in bnxt_re_fill_fw_msg() 400 fw_msg->msg_len = msg_len; in bnxt_re_fill_fw_msg() 401 fw_msg->resp = resp; in bnxt_re_fill_fw_msg() 403 fw_msg->timeout = timeout; in bnxt_re_fill_fw_msg() 413 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_hwrm_qcfg() local 435 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_hwrm_qcaps() local 463 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_hwrm_dbr_pacing_qcfg() local 711 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_net_ring_free() local 744 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_net_ring_alloc() local 779 struct bnxt_fw_msg fw_msg = {}; in bnxt_re_net_stats_ctx_free() local [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_ulp.c | 193 struct bnxt_fw_msg *fw_msg) in bnxt_send_msg() argument 209 rc = hwrm_req_replace(bp, req, fw_msg->msg, fw_msg->msg_len); in bnxt_send_msg() 213 hwrm_req_timeout(bp, req, fw_msg->timeout); in bnxt_send_msg() 218 if (fw_msg->resp_max_len < resp_len) in bnxt_send_msg() 219 resp_len = fw_msg->resp_max_len; in bnxt_send_msg() 221 memcpy(fw_msg->resp, resp, resp_len); in bnxt_send_msg()
|
| A D | bnxt_ulp.h | 125 int bnxt_send_msg(struct bnxt_en_dev *edev, struct bnxt_fw_msg *fw_msg);
|
| /linux/drivers/media/pci/intel/ipu6/ |
| A D | ipu6-isys.c | 1013 memset(&msg->fw_msg, 0, sizeof(msg->fw_msg)); in ipu6_get_fw_msg_buf() 1039 msg = container_of(ptr, struct isys_fw_msgs, fw_msg.dummy); in ipu6_put_fw_msg_buf() 1191 static const struct fwmsg fw_msg[] = { variable 1214 for (i = 0; i < ARRAY_SIZE(fw_msg); i++) in resp_type_to_index() 1215 if (fw_msg[i].type == type) in resp_type_to_index() 1218 return ARRAY_SIZE(fw_msg) - 1; in resp_type_to_index() 1242 resp->type, fw_msg[index].msg, resp->stream_handle, in isys_isr_one() 1243 fw_msg[index].valid_ts ? ts : 0, resp->pin_id); in isys_isr_one()
|
| A D | ipu6-isys.h | 177 } fw_msg; member
|
| A D | ipu6-isys-queue.c | 287 buf = &msg->fw_msg.frame; in ipu6_isys_stream_start() 372 buf = &msg->fw_msg.frame; in buf_queue()
|
| A D | ipu6-isys-video.c | 535 stream_cfg = &msg->fw_msg.stream; in start_stream_firmware() 592 buf = &msg->fw_msg.frame; in start_stream_firmware()
|
| /linux/drivers/media/dvb-frontends/ |
| 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/usb/typec/ |
| A D | anx7411.c | 266 struct fw_msg { struct 277 struct fw_msg send_msg; argument 278 struct fw_msg recv_msg; 733 struct fw_msg *msg = &ctx->send_msg; in anx7411_send_msg() 762 struct fw_msg *msg = &ctx->recv_msg; in anx7411_process_cmd()
|
| /linux/drivers/scsi/bfa/ |
| A D | bfa_svc.h | 307 void *fw_msg; /* QoS scn event */ member
|
| A D | bfa_svc.c | 4457 qos_scn = (struct bfi_rport_qos_scn_s *) rp->event_arg.fw_msg; in bfa_rport_sm_online() 4992 rp->event_arg.fw_msg = msg.qos_scn_evt; in bfa_rport_isr()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| 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()
|
Completed in 51 milliseconds