Home
last modified time | relevance | path

Searched refs:resp_buf (Results 1 – 25 of 27) sorted by relevance

12

/drivers/gpu/drm/virtio/
A Dvirtgpu_vq.c124 vbuf->resp_buf = resp_buf; in virtio_gpu_get_vbuf()
934 void *resp_buf; in virtio_gpu_cmd_get_display_info() local
938 if (!resp_buf) in virtio_gpu_cmd_get_display_info()
944 resp_buf); in virtio_gpu_cmd_get_display_info()
961 if (!resp_buf) in virtio_gpu_cmd_get_capset_info()
967 resp_buf); in virtio_gpu_cmd_get_capset_info()
1042 resp_buf); in virtio_gpu_cmd_get_capset()
1071 resp_buf); in virtio_gpu_cmd_get_edids()
1341 resp_buf = kzalloc(sizeof(*resp_buf), GFP_KERNEL); in virtio_gpu_cmd_resource_assign_uuid()
1394 resp_buf = kzalloc(sizeof(*resp_buf), GFP_KERNEL); in virtio_gpu_cmd_map()
[all …]
A Dvirtgpu_drv.h165 char *resp_buf; member
/drivers/mailbox/
A Dzynqmp-ipi-mailbox.c87 void __iomem *resp_buf; member
336 if (msg && msg->len && mchan->resp_buf) in zynqmp_ipi_send_data()
337 memcpy_toio(mchan->resp_buf, msg->data, msg->len); in zynqmp_ipi_send_data()
615 mchan->resp_buf = devm_ioremap(mdev, res.start, in zynqmp_ipi_setup()
617 if (!mchan->resp_buf) { in zynqmp_ipi_setup()
652 mchan->resp_buf = devm_ioremap(mdev, res.start, in zynqmp_ipi_setup()
654 if (!mchan->resp_buf) { in zynqmp_ipi_setup()
731 tx_mchan->resp_buf = devm_ioremap(mdev, in versal_ipi_setup()
734 if (!tx_mchan->resp_buf) { in versal_ipi_setup()
747 rx_mchan->resp_buf = devm_ioremap(mdev, in versal_ipi_setup()
[all …]
/drivers/scsi/bnx2fc/
A Dbnx2fc_els.c129 void *resp_buf; in bnx2fc_l2_els_compl() local
157 resp_buf = mp_req->resp_buf; in bnx2fc_l2_els_compl()
171 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_l2_els_compl()
273 void *resp_buf; in bnx2fc_srr_compl() local
327 resp_buf = mp_req->resp_buf; in bnx2fc_srr_compl()
336 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_srr_compl()
388 void *resp_buf; in bnx2fc_rec_compl() local
451 acc = resp_buf = mp_req->resp_buf; in bnx2fc_rec_compl()
461 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_rec_compl()
A Dbnx2fc_io.c571 if (mp_req->resp_buf) { in bnx2fc_free_mp_resc()
573 mp_req->resp_buf, in bnx2fc_free_mp_resc()
575 mp_req->resp_buf = NULL; in bnx2fc_free_mp_resc()
607 mp_req->resp_buf = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_init_mp_req()
610 if (!mp_req->resp_buf) { in bnx2fc_init_mp_req()
616 memset(mp_req->resp_buf, 0, CNIC_PAGE_SIZE); in bnx2fc_init_mp_req()
1560 rsp_buf = tm_req->resp_buf; in bnx2fc_process_tm_compl()
A Dbnx2fc.h392 void *resp_buf; member
/drivers/scsi/qedf/
A Dqedf_els.c425 void *resp_buf, *fc_payload; in qedf_l2_els_compl() local
451 resp_buf = mp_req->resp_buf; in qedf_l2_els_compl()
490 memcpy(fc_payload, resp_buf, resp_len); in qedf_l2_els_compl()
545 void *resp_buf, *fc_payload; in qedf_srr_compl() local
585 resp_buf = mp_req->resp_buf; in qedf_srr_compl()
600 memcpy(fc_payload, resp_buf, resp_len); in qedf_srr_compl()
840 void *resp_buf, *fc_payload; in qedf_rec_compl() local
885 acc = resp_buf = mp_req->resp_buf; in qedf_rec_compl()
900 memcpy(fc_payload, resp_buf, resp_len); in qedf_rec_compl()
A Dqedf_io.c425 if (mp_req->resp_buf) { in qedf_free_mp_resc()
427 mp_req->resp_buf, mp_req->resp_buf_dma); in qedf_free_mp_resc()
428 mp_req->resp_buf = NULL; in qedf_free_mp_resc()
2073 mp_req->resp_buf = dma_alloc_coherent(&qedf->pdev->dev, in qedf_init_mp_req()
2075 if (!mp_req->resp_buf) { in qedf_init_mp_req()
A Dqedf.h63 void *resp_buf; member
/drivers/scsi/qedi/
A Dqedi_iscsi.c82 if (qedi_conn->gen_pdu.resp_buf) { in qedi_conn_free_login_resources()
85 qedi_conn->gen_pdu.resp_buf, in qedi_conn_free_login_resources()
87 qedi_conn->gen_pdu.resp_buf = NULL; in qedi_conn_free_login_resources()
113 qedi_conn->gen_pdu.resp_buf = in qedi_conn_alloc_login_resources()
118 if (!qedi_conn->gen_pdu.resp_buf) in qedi_conn_alloc_login_resources()
122 qedi_conn->gen_pdu.resp_wr_ptr = qedi_conn->gen_pdu.resp_buf; in qedi_conn_alloc_login_resources()
150 qedi_conn->gen_pdu.resp_buf, in qedi_conn_alloc_login_resources()
152 qedi_conn->gen_pdu.resp_buf = NULL; in qedi_conn_alloc_login_resources()
A Dqedi_iscsi.h139 char *resp_buf; member
A Dqedi_fw.c118 qedi_conn->gen_pdu.resp_wr_ptr = qedi_conn->gen_pdu.resp_buf + pld_len; in qedi_process_text_resp()
142 qedi_conn->gen_pdu.resp_buf, in qedi_process_text_resp()
144 qedi_conn->gen_pdu.resp_buf)); in qedi_process_text_resp()
295 qedi_conn->gen_pdu.resp_wr_ptr = qedi_conn->gen_pdu.resp_buf + pld_len; in qedi_process_login_resp()
308 qedi_conn->gen_pdu.resp_buf, in qedi_process_login_resp()
310 qedi_conn->gen_pdu.resp_buf)); in qedi_process_login_resp()
/drivers/virt/coco/sev-guest/
A Dsev-guest.c100 req.resp_buf = report_resp->data; in get_report()
151 req.resp_buf = derived_key_resp; in get_derived_key()
247 req.resp_buf = report_resp->data; in get_ext_report()
/drivers/scsi/bnx2i/
A Dbnx2i_iscsi.c951 if (bnx2i_conn->gen_pdu.resp_buf) { in bnx2i_conn_free_login_resources()
954 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_conn_free_login_resources()
956 bnx2i_conn->gen_pdu.resp_buf = NULL; in bnx2i_conn_free_login_resources()
990 bnx2i_conn->gen_pdu.resp_buf = in bnx2i_conn_alloc_login_resources()
995 if (bnx2i_conn->gen_pdu.resp_buf == NULL) in bnx2i_conn_alloc_login_resources()
999 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf; in bnx2i_conn_alloc_login_resources()
1024 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_conn_alloc_login_resources()
1026 bnx2i_conn->gen_pdu.resp_buf = NULL; in bnx2i_conn_alloc_login_resources()
A Dbnx2i_hwi.c1470 bnx2i_conn->gen_pdu.resp_buf + pld_len; in bnx2i_process_login_resp()
1485 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_process_login_resp()
1486 bnx2i_conn->gen_pdu.resp_wr_ptr - bnx2i_conn->gen_pdu.resp_buf); in bnx2i_process_login_resp()
1531 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf + in bnx2i_process_text_resp()
1545 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_process_text_resp()
1547 bnx2i_conn->gen_pdu.resp_buf); in bnx2i_process_text_resp()
A Dbnx2i.h201 char *resp_buf; member
/drivers/net/ethernet/wangxun/libwx/
A Dwx_vf.c42 u32 *resp_buf, u16 size) in wx_mbx_write_and_read_reply() argument
50 return wx_read_posted_mbx(wx, resp_buf, size); in wx_mbx_write_and_read_reply()
/drivers/net/wireless/marvell/libertas/
A Ddev.h132 u8 resp_buf[2][LBS_UPLD_SIZE]; member
A Dmain.c495 priv->resp_buf[resp_idx], in lbs_thread()
A Dif_usb.c638 memcpy(priv->resp_buf[i], recvbuff + MESSAGE_HEADER_LEN, in process_cmdrequest()
A Dif_sdio.c223 memcpy(priv->resp_buf[i], buffer, size); in if_sdio_handle_cmd()
/drivers/net/wireless/ath/ath10k/
A Dusb.c554 u8 resp_val, u8 *resp_buf, in ath10k_usb_ctrl_msg_exchange() argument
566 if (resp_buf) { in ath10k_usb_ctrl_msg_exchange()
568 resp_buf, *resp_len); in ath10k_usb_ctrl_msg_exchange()
/drivers/net/wireless/ath/ath6kl/
A Dusb.c940 u8 resp_val, u8 *resp_buf, u32 *resp_len) in ath6kl_usb_ctrl_msg_exchange() argument
951 if (resp_buf == NULL) { in ath6kl_usb_ctrl_msg_exchange()
958 resp_buf, *resp_len); in ath6kl_usb_ctrl_msg_exchange()
/drivers/scsi/be2iscsi/
A Dbe_mgmt.c226 void *resp_buf, u32 resp_buf_len) in beiscsi_exec_nemb_cmd() argument
269 if (resp_buf) in beiscsi_exec_nemb_cmd()
270 memcpy(resp_buf, nonemb_cmd->va, resp_buf_len); in beiscsi_exec_nemb_cmd()
/drivers/scsi/isci/
A Drequest.c972 void *resp_buf; in sci_io_request_copy_response() local
979 resp_buf = &isci_tmf->resp.resp_iu; in sci_io_request_copy_response()
985 memcpy(resp_buf, ssp_response->resp_data, len); in sci_io_request_copy_response()

Completed in 67 milliseconds

12