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

/linux-master/drivers/fsi/
H A Dfsi-sbefifo.c743 struct kvec resp_iov; local
759 resp_iov.iov_base = response;
760 resp_iov.iov_len = rbytes;
761 iov_iter_kvec(&resp_iter, ITER_DEST, &resp_iov, 1, rbytes);
819 struct iovec resp_iov; local
843 resp_iov.iov_base = buf;
844 resp_iov.iov_len = len;
845 iov_iter_init(&resp_iter, ITER_DEST, &resp_iov, 1, len);
/linux-master/fs/smb/client/
H A Dtransport.c1074 int *resp_buf_type, struct kvec *resp_iov)
1254 resp_iov[i].iov_base = buf;
1255 resp_iov[i].iov_len = midQ[i]->resp_buf_size +
1278 .iov_base = resp_iov[0].iov_base,
1279 .iov_len = resp_iov[0].iov_len
1308 struct kvec *resp_iov)
1311 rqst, resp_buf_type, resp_iov);
1317 const int flags, struct kvec *resp_iov)
1347 &rqst, resp_buf_type, flags, resp_iov);
1071 compound_send_recv(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, const int flags, const int num_rqst, struct smb_rqst *rqst, int *resp_buf_type, struct kvec *resp_iov) argument
1305 cifs_send_recv(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, struct smb_rqst *rqst, int *resp_buf_type, const int flags, struct kvec *resp_iov) argument
1315 SendReceive2(const unsigned int xid, struct cifs_ses *ses, struct kvec *iov, int n_vec, int *resp_buf_type , const int flags, struct kvec *resp_iov) argument
H A Dcifsproto.h104 const int flags, struct kvec *resp_iov);
109 struct kvec *resp_iov);
/linux-master/drivers/vhost/
H A Dscsi.c219 struct iovec resp_iov; member in struct:vhost_scsi_tmf
1249 int in_iovs, int vq_desc, struct iovec *resp_iov,
1260 iov_iter_init(&iov_iter, ITER_DEST, resp_iov, in_iovs, sizeof(rsp));
1296 tmf->vq_desc, &tmf->resp_iov, resp_code);
1326 tmf->resp_iov = vq->iov[vc->out];
1248 vhost_scsi_send_tmf_resp(struct vhost_scsi *vs, struct vhost_virtqueue *vq, int in_iovs, int vq_desc, struct iovec *resp_iov, int tmf_resp_code) argument

Completed in 124 milliseconds