Home
last modified time | relevance | path

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

12

/linux/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()
H A Dqedf_io.c421 if (mp_req->resp_buf) { in qedf_free_mp_resc()
423 mp_req->resp_buf, mp_req->resp_buf_dma); in qedf_free_mp_resc()
424 mp_req->resp_buf = NULL; in qedf_free_mp_resc()
2069 mp_req->resp_buf = dma_alloc_coherent(&qedf->pdev->dev, in qedf_init_mp_req()
2071 if (!mp_req->resp_buf) { in qedf_init_mp_req()
/linux/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.c569 if (mp_req->resp_buf) { in bnx2fc_free_mp_resc()
571 mp_req->resp_buf, in bnx2fc_free_mp_resc()
573 mp_req->resp_buf = NULL; in bnx2fc_free_mp_resc()
605 mp_req->resp_buf = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_init_mp_req()
608 if (!mp_req->resp_buf) { in bnx2fc_init_mp_req()
614 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()
/linux/fs/smb/client/
H A Dsmb1transport.c161 dump_smb(mid->resp_buf, min_t(u32, 92, len)); in cifs_check_receive()
170 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
438 if (mid->resp_buf) { in cifs_check_trans2()
440 malformed = coalesce_t2(buf, mid->resp_buf, &mid->response_pdu_len); in cifs_check_trans2()
453 mid->resp_buf = buf; in cifs_check_trans2()
H A Dtransport.c50 if (midEntry->resp_buf && (midEntry->wait_cancelled) && in __release_mid()
59 cifs_buf_release(midEntry->resp_buf); in __release_mid()
61 cifs_small_buf_release(midEntry->resp_buf); in __release_mid()
1042 if (!mid[i]->resp_buf || in compound_send_recv()
1053 buf = (char *)mid[i]->resp_buf; in compound_send_recv()
1064 mid[i]->resp_buf = NULL; in compound_send_recv()
1144 mid->resp_buf = server->smallbuf; in __cifs_readv_discard()
1288 mid->resp_buf = server->smallbuf; in cifs_readv_receive()
H A Dsmb1maperror.c181 struct smb_hdr *smb = (struct smb_hdr *)mid->resp_buf; in map_and_check_smb_error()
H A Dsmb2misc.c884 struct smb2_hdr *hdr = mid->resp_buf; in smb2_handle_cancelled_mid()
885 struct smb2_create_rsp *rsp = mid->resp_buf; in smb2_handle_cancelled_mid()
H A Dinode.c1086 void **resp_buf, in cifs_backup_query_path_info() argument
1094 *resp_buf = NULL; in cifs_backup_query_path_info()
1115 *resp_buf = (void *)info.ntwrk_buf_start; in cifs_backup_query_path_info()
/linux/tools/testing/selftests/vfio/lib/drivers/nv_falcon/
H A Dnv_falcon.c296 u32 resp_buf[256]; in fsp_rpc_send_cmd() local
316 resp_words = fsp_rpc_receive_data(device, resp_buf, 256, timeout_ms); in fsp_rpc_send_cmd()
323 resp_nvdm_type = mctp_msg_header_get_nvdm_type(resp_buf[1]); in fsp_rpc_send_cmd()
327 if (resp_buf[3] != nvdm_type) in fsp_rpc_send_cmd()
330 if (resp_buf[4] != 0) in fsp_rpc_send_cmd()
331 return -resp_buf[4]; in fsp_rpc_send_cmd()
/linux/sound/firewire/fireworks/
H A Dfireworks.c238 efw->resp_buf = devm_kzalloc(&card->card_dev, snd_efw_resp_buf_size, GFP_KERNEL); in efw_probe()
239 if (!efw->resp_buf) { in efw_probe()
243 efw->pull_ptr = efw->push_ptr = efw->resp_buf; in efw_probe()
H A Dfireworks.h103 u8 *resp_buf; member
/linux/drivers/scsi/qedi/
H 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()
H A Dqedi_iscsi.h139 char *resp_buf; member
H 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()
/linux/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()
H 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()
H A Dbnx2i.h201 char *resp_buf; member
/linux/drivers/net/wireless/marvell/libertas/
H A Ddev.h132 u8 resp_buf[2][LBS_UPLD_SIZE]; member
H A Dmain.c495 priv->resp_buf[resp_idx], in lbs_thread()
H A Dif_usb.c650 memcpy(priv->resp_buf[i], recvbuff + MESSAGE_HEADER_LEN, in process_cmdrequest()
H A Dif_sdio.c223 memcpy(priv->resp_buf[i], buffer, size); in if_sdio_handle_cmd()
H A Dif_spi.c719 memcpy(priv->resp_buf[i], card->cmd_buffer, len); in if_spi_c2h_cmd()
/linux/drivers/net/ethernet/wangxun/libwx/
H 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()
/linux/drivers/scsi/be2iscsi/
H 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()

12