Home
last modified time | relevance | path

Searched refs:resp_iov (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/fsi/
H A Dfsi-sbefifo.c743 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/fs/smb/client/
H A Dtransport.c866 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument
998 if (WARN_ON_ONCE(num_rqst != 1 || !resp_iov)) in compound_send_recv()
1052 if (resp_iov) { in compound_send_recv()
1054 resp_iov[i].iov_base = buf; in compound_send_recv()
1055 resp_iov[i].iov_len = mid[i]->resp_buf_size; in compound_send_recv()
1074 .iov_base = resp_iov[0].iov_base, in compound_send_recv()
1075 .iov_len = resp_iov[0].iov_len in compound_send_recv()
1104 struct kvec *resp_iov) in cifs_send_recv() argument
1107 rqst, resp_buf_type, resp_iov); in cifs_send_recv()
H A Dcifsproto.h103 int *resp_buf_type, const int flags, struct kvec *resp_iov);
107 int *resp_buf_type, struct kvec *resp_iov);
/linux/drivers/vhost/
H A Dscsi.c266 struct iovec resp_iov; member
1536 int in_iovs, int vq_desc, struct iovec *resp_iov, in vhost_scsi_send_tmf_resp() argument
1547 iov_iter_init(&iov_iter, ITER_DEST, resp_iov, in_iovs, sizeof(rsp)); in vhost_scsi_send_tmf_resp()
1569 tmf->vq_desc, &tmf->resp_iov, resp_code); in vhost_scsi_tmf_resp_work()
1619 tmf->resp_iov = vq->iov[vc->out]; in vhost_scsi_handle_tmf()