Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c89 int size, int resp_size, void *resp_buf, in virtio_gpu_get_vbuf() argument
104 vbuf->resp_buf = (void *)vbuf->buf + size; in virtio_gpu_get_vbuf()
106 vbuf->resp_buf = resp_buf; in virtio_gpu_get_vbuf()
107 BUG_ON(!vbuf->resp_buf); in virtio_gpu_get_vbuf()
142 void *resp_buf) in virtio_gpu_alloc_cmd_resp() argument
147 resp_size, resp_buf, cb); in virtio_gpu_alloc_cmd_resp()
175 kfree(vbuf->resp_buf); in free_vbuf()
214 resp = (struct virtio_gpu_ctrl_hdr *)entry->resp_buf; in virtio_gpu_dequeue_ctrl_func()
411 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size); in virtio_gpu_queue_fenced_ctrl_buffer()
650 (struct virtio_gpu_resp_display_info *)vbuf->resp_buf; in virtio_gpu_cmd_get_display_info_cb()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgnan.c327 uint16 nan_buf_size, uint32 *status, uint8 *resp_buf,
1024 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; in wl_cfgnan_config_eventmask() local
1074 memset(resp_buf, 0, sizeof(resp_buf)); in wl_cfgnan_config_eventmask()
1076 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_config_eventmask()
1082 sub_cmd_resp = &((bcm_iov_batch_buf_t *)(resp_buf))->cmds[0]; in wl_cfgnan_config_eventmask()
1126 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_config_eventmask()
1160 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; in wl_cfgnan_set_nan_avail() local
1227 bzero(resp_buf, sizeof(resp_buf)); in wl_cfgnan_set_nan_avail()
1229 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_set_nan_avail()
1361 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_set_nan_avail()
[all …]
H A Ddhd_statlog.c854 uint8 *req_buf, *resp_buf, *sp; in dhd_statlog_get_latest_info() local
876 resp_buf = query->resp_buf; in dhd_statlog_get_latest_info()
879 if (!resp_buf) { in dhd_statlog_get_latest_info()
898 sp = resp_buf; in dhd_statlog_get_latest_info()
933 uint8 *req_buf = NULL, *resp_buf = NULL; in dhd_statlog_query() local
990 resp_buf = (uint8 *)MALLOCZ(dhdp->osh, resp_buf_len); in dhd_statlog_query()
991 if (!resp_buf) { in dhd_statlog_query()
1001 query.resp_buf = resp_buf; in dhd_statlog_query()
1014 elem = (stat_elem_t *)resp_buf; in dhd_statlog_query()
1033 if (resp_buf) { in dhd_statlog_query()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgnan.c327 uint16 nan_buf_size, uint32 *status, uint8 *resp_buf,
1024 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; in wl_cfgnan_config_eventmask() local
1074 memset(resp_buf, 0, sizeof(resp_buf)); in wl_cfgnan_config_eventmask()
1076 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_config_eventmask()
1082 sub_cmd_resp = &((bcm_iov_batch_buf_t *)(resp_buf))->cmds[0]; in wl_cfgnan_config_eventmask()
1126 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_config_eventmask()
1160 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; in wl_cfgnan_set_nan_avail() local
1227 bzero(resp_buf, sizeof(resp_buf)); in wl_cfgnan_set_nan_avail()
1229 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_set_nan_avail()
1361 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_set_nan_avail()
[all …]
H A Ddhd_statlog.c854 uint8 *req_buf, *resp_buf, *sp; in dhd_statlog_get_latest_info() local
876 resp_buf = query->resp_buf; in dhd_statlog_get_latest_info()
879 if (!resp_buf) { in dhd_statlog_get_latest_info()
898 sp = resp_buf; in dhd_statlog_get_latest_info()
933 uint8 *req_buf = NULL, *resp_buf = NULL; in dhd_statlog_query() local
990 resp_buf = (uint8 *)MALLOCZ(dhdp->osh, resp_buf_len); in dhd_statlog_query()
991 if (!resp_buf) { in dhd_statlog_query()
1001 query.resp_buf = resp_buf; in dhd_statlog_query()
1014 elem = (stat_elem_t *)resp_buf; in dhd_statlog_query()
1033 if (resp_buf) { in dhd_statlog_query()
[all …]
H A Ddhd_statlog.h59 uint8 *resp_buf; /* response buffer */ member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dtransport.c101 if (midEntry->resp_buf && (midEntry->mid_flags & MID_WAIT_CANCELLED) && in _cifs_mid_q_entry_release()
109 cifs_buf_release(midEntry->resp_buf); in _cifs_mid_q_entry_release()
111 cifs_small_buf_release(midEntry->resp_buf); in _cifs_mid_q_entry_release()
924 unsigned int len = get_rfc1002_length(mid->resp_buf) + 4; in cifs_check_receive()
926 dump_smb(mid->resp_buf, min_t(u32, 92, len)); in cifs_check_receive()
935 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
937 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
1194 if (!midQ[i]->resp_buf || in compound_send_recv()
1201 buf = (char *)midQ[i]->resp_buf; in compound_send_recv()
1216 midQ[i]->resp_buf = NULL; in compound_send_recv()
[all …]
H A Dcifs_debug.c70 mid_entry->resp_buf, in cifs_dump_mids()
76 if (mid_entry->resp_buf) { in cifs_dump_mids()
77 cifs_dump_detail(mid_entry->resp_buf, server); in cifs_dump_mids()
79 mid_entry->resp_buf, 62); in cifs_dump_mids()
H A Dsmb2transport.c791 iov[0].iov_base = (char *)mid->resp_buf; in smb2_check_receive()
794 dump_smb(mid->resp_buf, min_t(u32, 80, len)); in smb2_check_receive()
805 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H 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()
H A Dbnx2fc_io.c573 if (mp_req->resp_buf) { in bnx2fc_free_mp_resc()
575 mp_req->resp_buf, in bnx2fc_free_mp_resc()
577 mp_req->resp_buf = NULL; in bnx2fc_free_mp_resc()
609 mp_req->resp_buf = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_init_mp_req()
612 if (!mp_req->resp_buf) { in bnx2fc_init_mp_req()
618 memset(mp_req->resp_buf, 0, CNIC_PAGE_SIZE); in bnx2fc_init_mp_req()
1558 rsp_buf = tm_req->resp_buf; in bnx2fc_process_tm_compl()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H 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()
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c70 void __iomem *resp_buf; member
301 memcpy_toio(mchan->resp_buf, msg->data, msg->len); in zynqmp_ipi_send_data()
520 mchan->resp_buf = devm_ioremap(mdev, res.start, in zynqmp_ipi_mbox_probe()
522 if (!mchan->resp_buf) { in zynqmp_ipi_mbox_probe()
557 mchan->resp_buf = devm_ioremap(mdev, res.start, in zynqmp_ipi_mbox_probe()
559 if (!mchan->resp_buf) { in zynqmp_ipi_mbox_probe()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks.c235 efw->resp_buf = devm_kzalloc(&efw->card->card_dev, in do_registration()
237 if (!efw->resp_buf) { in do_registration()
241 efw->pull_ptr = efw->push_ptr = efw->resp_buf; in do_registration()
H A Dfireworks_transaction.c143 (unsigned int)(efw->push_ptr - efw->resp_buf); in copy_resp_to_buf()
149 if (efw->push_ptr >= efw->resp_buf + snd_efw_resp_buf_size) in copy_resp_to_buf()
H A Dfireworks_hwdep.c62 (unsigned int)(pull_ptr - efw->resp_buf); in hwdep_read_resp_buf()
73 if (pull_ptr >= efw->resp_buf + snd_efw_resp_buf_size) in hwdep_read_resp_buf()
H A Dfireworks.h107 u8 *resp_buf; member
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_ftpm_tee.h35 u8 resp_buf[MAX_RESPONSE_SIZE]; member
H A Dtpm_ftpm_tee.c57 memcpy(buf, pvt_data->resp_buf, len); in ftpm_tee_tpm_op_recv()
162 memcpy(pvt_data->resp_buf, temp_buf, resp_len); in ftpm_tee_tpm_op_send()
/OK3568_Linux_fs/kernel/drivers/scsi/qedi/
H A Dqedi_iscsi.c81 if (qedi_conn->gen_pdu.resp_buf) { in qedi_conn_free_login_resources()
84 qedi_conn->gen_pdu.resp_buf, in qedi_conn_free_login_resources()
86 qedi_conn->gen_pdu.resp_buf = NULL; in qedi_conn_free_login_resources()
112 qedi_conn->gen_pdu.resp_buf = in qedi_conn_alloc_login_resources()
117 if (!qedi_conn->gen_pdu.resp_buf) in qedi_conn_alloc_login_resources()
121 qedi_conn->gen_pdu.resp_wr_ptr = qedi_conn->gen_pdu.resp_buf; in qedi_conn_alloc_login_resources()
149 qedi_conn->gen_pdu.resp_buf, in qedi_conn_alloc_login_resources()
151 qedi_conn->gen_pdu.resp_buf = NULL; in qedi_conn_alloc_login_resources()
H A Dqedi_iscsi.h138 char *resp_buf; member
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/
H 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Ddev.h136 u8 resp_buf[2][LBS_UPLD_SIZE]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dusb.c546 u8 resp_val, u8 *resp_buf, in ath10k_usb_ctrl_msg_exchange() argument
558 if (resp_buf) { in ath10k_usb_ctrl_msg_exchange()
560 resp_buf, *resp_len); in ath10k_usb_ctrl_msg_exchange()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dusb.c932 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()

123