/drivers/gpu/drm/virtio/ |
D | virtgpu_vq.c | 124 int size, int resp_size, void *resp_buf, in virtio_gpu_get_vbuf() argument 144 vbuf->resp_buf = (void *)vbuf->buf + size; in virtio_gpu_get_vbuf() 146 vbuf->resp_buf = resp_buf; in virtio_gpu_get_vbuf() 147 BUG_ON(!vbuf->resp_buf); in virtio_gpu_get_vbuf() 189 void *resp_buf) in virtio_gpu_alloc_cmd_resp() argument 194 resp_size, resp_buf, cb); in virtio_gpu_alloc_cmd_resp() 207 kfree(vbuf->resp_buf); in free_vbuf() 248 resp = (struct virtio_gpu_ctrl_hdr *)entry->resp_buf; in virtio_gpu_dequeue_ctrl_func() 318 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size); in virtio_gpu_queue_ctrl_buffer_locked() 564 (struct virtio_gpu_resp_display_info *)vbuf->resp_buf; in virtio_gpu_cmd_get_display_info_cb() [all …]
|
D | virtgpu_drv.h | 98 char *resp_buf; member
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 121 void *resp_buf; in bnx2fc_l2_els_compl() local 149 resp_buf = mp_req->resp_buf; in bnx2fc_l2_els_compl() 163 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_l2_els_compl() 265 void *resp_buf; in bnx2fc_srr_compl() local 319 resp_buf = mp_req->resp_buf; in bnx2fc_srr_compl() 328 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_srr_compl() 380 void *resp_buf; in bnx2fc_rec_compl() local 443 acc = resp_buf = mp_req->resp_buf; in bnx2fc_rec_compl() 453 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_rec_compl()
|
D | bnx2fc_io.c | 560 if (mp_req->resp_buf) { in bnx2fc_free_mp_resc() 562 mp_req->resp_buf, in bnx2fc_free_mp_resc() 564 mp_req->resp_buf = NULL; in bnx2fc_free_mp_resc() 596 mp_req->resp_buf = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_init_mp_req() 599 if (!mp_req->resp_buf) { in bnx2fc_init_mp_req() 605 memset(mp_req->resp_buf, 0, CNIC_PAGE_SIZE); in bnx2fc_init_mp_req() 1492 rsp_buf = tm_req->resp_buf; in bnx2fc_process_tm_compl()
|
D | bnx2fc.h | 397 void *resp_buf; member
|
/drivers/firmware/ |
D | qcom_scm-32.c | 268 size_t cmd_len, void *resp_buf, size_t resp_len) in qcom_scm_call() argument 299 if (resp_buf) in qcom_scm_call() 300 memcpy(resp_buf, qcom_scm_get_response_buffer(rsp), resp_len); in qcom_scm_call()
|
/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 953 if (bnx2i_conn->gen_pdu.resp_buf) { in bnx2i_conn_free_login_resources() 956 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_conn_free_login_resources() 958 bnx2i_conn->gen_pdu.resp_buf = NULL; in bnx2i_conn_free_login_resources() 992 bnx2i_conn->gen_pdu.resp_buf = in bnx2i_conn_alloc_login_resources() 997 if (bnx2i_conn->gen_pdu.resp_buf == NULL) in bnx2i_conn_alloc_login_resources() 1001 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf; in bnx2i_conn_alloc_login_resources() 1026 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_conn_alloc_login_resources() 1028 bnx2i_conn->gen_pdu.resp_buf = NULL; in bnx2i_conn_alloc_login_resources()
|
D | bnx2i_hwi.c | 1487 bnx2i_conn->gen_pdu.resp_buf + pld_len; in bnx2i_process_login_resp() 1502 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_process_login_resp() 1503 bnx2i_conn->gen_pdu.resp_wr_ptr - bnx2i_conn->gen_pdu.resp_buf); in bnx2i_process_login_resp() 1548 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf + in bnx2i_process_text_resp() 1562 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_process_text_resp() 1564 bnx2i_conn->gen_pdu.resp_buf); in bnx2i_process_text_resp()
|
D | bnx2i.h | 201 char *resp_buf; member
|
/drivers/net/wireless/libertas/ |
D | dev.h | 135 u8 resp_buf[2][LBS_UPLD_SIZE]; member
|
D | if_cs.c | 554 if_cs_receive_cmdres(priv, priv->resp_buf[i], in if_cs_interrupt()
|
D | if_usb.c | 647 memcpy(priv->resp_buf[i], recvbuff + MESSAGE_HEADER_LEN, in process_cmdrequest()
|
D | main.c | 537 priv->resp_buf[resp_idx], in lbs_thread()
|
D | if_sdio.c | 228 memcpy(priv->resp_buf[i], buffer, size); in if_sdio_handle_cmd()
|
D | if_spi.c | 731 memcpy(priv->resp_buf[i], card->cmd_buffer, len); in if_spi_c2h_cmd()
|
/drivers/net/wireless/ath/ath6kl/ |
D | usb.c | 932 u8 resp_val, u8 *resp_buf, u32 *resp_len) in ath6kl_usb_ctrl_msg_exchange() argument 943 if (resp_buf == NULL) { in ath6kl_usb_ctrl_msg_exchange() 950 resp_buf, *resp_len); in ath6kl_usb_ctrl_msg_exchange()
|
/drivers/scsi/be2iscsi/ |
D | be_mgmt.c | 846 struct be_dma_mem *nonemb_cmd, void *resp_buf, in mgmt_exec_nonemb_cmd() argument 877 if (resp_buf) in mgmt_exec_nonemb_cmd() 878 memcpy(resp_buf, nonemb_cmd->va, resp_buf_len); in mgmt_exec_nonemb_cmd()
|
/drivers/scsi/isci/ |
D | request.c | 980 void *resp_buf; in sci_io_request_copy_response() local 987 resp_buf = &isci_tmf->resp.resp_iu; in sci_io_request_copy_response() 993 memcpy(resp_buf, ssp_response->resp_data, len); in sci_io_request_copy_response()
|
/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 3808 uint32_t __iomem *resp_buf; in lpfc_reset_barrier() local 3825 resp_buf = phba->MBslimaddr; in lpfc_reset_barrier() 3846 writel(BARRIER_TEST_PATTERN, (resp_buf + 1)); in lpfc_reset_barrier() 3851 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 3859 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 3872 if (lpfc_readl(resp_buf, &resp_data)) in lpfc_reset_barrier()
|