Searched refs:resp_iov (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifstransport.c | 206 const int flags, struct kvec *resp_iov) in SendReceive2() argument 214 &rqst, resp_buf_type, flags, resp_iov); in SendReceive2() 223 struct kvec resp_iov = {}; in SendReceive() local 252 &rqst, &resp_buf_type, flags, &resp_iov); in SendReceive() 257 *pbytes_returned = resp_iov.iov_len; in SendReceive() 258 if (resp_iov.iov_len) in SendReceive() 259 memcpy(out_buf, resp_iov.iov_base, resp_iov.iov_len); in SendReceive() 261 free_rsp_buf(resp_buf_type, resp_iov.iov_base); in SendReceive()
|
| H A D | transport.c | 868 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument 1000 if (WARN_ON_ONCE(num_rqst != 1 || !resp_iov)) in compound_send_recv() 1054 if (resp_iov) { in compound_send_recv() 1056 resp_iov[i].iov_base = buf; in compound_send_recv() 1057 resp_iov[i].iov_len = mid[i]->resp_buf_size; in compound_send_recv() 1076 .iov_base = resp_iov[0].iov_base, in compound_send_recv() 1077 .iov_len = resp_iov[0].iov_len in compound_send_recv() 1106 struct kvec *resp_iov) in cifs_send_recv() argument 1109 rqst, resp_buf_type, resp_iov); in cifs_send_recv()
|
| H A D | cifsproto.h | 105 const int flags, struct kvec *resp_iov); 110 struct kvec *resp_iov);
|
| /linux/drivers/fsi/ |
| H A D | fsi-sbefifo.c | 743 struct kvec resp_iov; in sbefifo_submit() local 759 resp_iov.iov_base = response; in sbefifo_submit() 760 resp_iov.iov_len = rbytes; in sbefifo_submit() 761 iov_iter_kvec(&resp_iter, ITER_DEST, &resp_iov, 1, rbytes); in sbefifo_submit() 819 struct iovec resp_iov; in sbefifo_user_read() local 843 resp_iov.iov_base = buf; in sbefifo_user_read() 844 resp_iov.iov_len = len; in sbefifo_user_read() 845 iov_iter_init(&resp_iter, ITER_DEST, &resp_iov, 1, len); in sbefifo_user_read()
|
| /linux/drivers/vhost/ |
| H A D | scsi.c | 266 struct iovec resp_iov; member 1531 int in_iovs, int vq_desc, struct iovec *resp_iov, in vhost_scsi_send_tmf_resp() argument 1542 iov_iter_init(&iov_iter, ITER_DEST, resp_iov, in_iovs, sizeof(rsp)); in vhost_scsi_send_tmf_resp() 1564 tmf->vq_desc, &tmf->resp_iov, resp_code); in vhost_scsi_tmf_resp_work() 1614 tmf->resp_iov = vq->iov[vc->out]; in vhost_scsi_handle_tmf()
|