| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_els.c | 129 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 D | bnx2fc_io.c | 571 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()
|
| H A D | bnx2fc.h | 392 void *resp_buf; member
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_els.c | 425 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 D | qedf_io.c | 425 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()
|
| /linux/fs/smb/client/ |
| H A D | transport.c | 51 if (midEntry->resp_buf && (midEntry->wait_cancelled) && in __release_mid() 60 cifs_buf_release(midEntry->resp_buf); in __release_mid() 62 cifs_small_buf_release(midEntry->resp_buf); in __release_mid() 1044 if (!mid[i]->resp_buf || in compound_send_recv() 1055 buf = (char *)mid[i]->resp_buf; in compound_send_recv() 1066 mid[i]->resp_buf = NULL; in compound_send_recv() 1146 mid->resp_buf = server->smallbuf; in __cifs_readv_discard() 1287 mid->resp_buf = server->smallbuf; in cifs_readv_receive()
|
| H A D | cifstransport.c | 161 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()
|
| H A D | smb2transport.c | 736 iov[0].iov_base = (char *)mid->resp_buf; in smb2_check_receive() 739 dump_smb(mid->resp_buf, min_t(u32, 80, len)); in smb2_check_receive() 750 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
|
| H A D | cifs_debug.c | 75 mid_entry->resp_buf, in cifs_dump_mids() 81 if (mid_entry->resp_buf) { in cifs_dump_mids() 82 cifs_dump_detail(mid_entry->resp_buf, in cifs_dump_mids() 84 cifs_dump_mem("existing buf: ", mid_entry->resp_buf, 62); in cifs_dump_mids()
|
| H A D | smb2misc.c | 857 struct smb2_hdr *hdr = mid->resp_buf; in smb2_handle_cancelled_mid() 858 struct smb2_create_rsp *rsp = mid->resp_buf; in smb2_handle_cancelled_mid()
|
| H A D | smb1ops.c | 444 if (mid->resp_buf) { in cifs_check_trans2() 446 malformed = coalesce_t2(buf, mid->resp_buf, &mid->response_pdu_len); in cifs_check_trans2() 459 mid->resp_buf = buf; in cifs_check_trans2()
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_iscsi.c | 82 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 D | qedi_iscsi.h | 139 char *resp_buf; member
|
| H A D | qedi_fw.c | 118 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/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 100 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()
|
| /linux/drivers/scsi/bnx2i/ |
| H A D | bnx2i_iscsi.c | 951 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 D | bnx2i_hwi.c | 1470 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 D | bnx2i.h | 201 char *resp_buf; member
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | dev.h | 132 u8 resp_buf[2][LBS_UPLD_SIZE]; member
|
| /linux/sound/firewire/fireworks/ |
| H A D | fireworks.h | 104 u8 *resp_buf; member
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_vf.c | 42 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/net/wireless/ath/ath6kl/ |
| H A D | usb.c | 940 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()
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_mgmt.c | 226 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()
|
| /linux/arch/x86/coco/sev/ |
| H A D | core.c | 2120 if (!aesgcm_decrypt(ctx, req->resp_buf, resp_msg->payload, resp_msg_hdr->msg_sz, in verify_and_dec_payload() 2256 if (!virt_addr_valid(req->req_buf) || !virt_addr_valid(req->resp_buf)) { in snp_send_guest_request() 2351 req.resp_buf = (void *)tsc_resp; in snp_get_tsc_info()
|
| /linux/arch/x86/include/asm/ |
| H A D | sev.h | 242 void *resp_buf; member
|