Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/fsi/
Dfsi-sbefifo.c720 struct kvec resp_iov; in sbefifo_submit() local
736 resp_iov.iov_base = response; in sbefifo_submit()
737 resp_iov.iov_len = rbytes; in sbefifo_submit()
738 iov_iter_kvec(&resp_iter, WRITE, &resp_iov, 1, rbytes); in sbefifo_submit()
792 struct iovec resp_iov; in sbefifo_user_read() local
816 resp_iov.iov_base = buf; in sbefifo_user_read()
817 resp_iov.iov_len = len; in sbefifo_user_read()
818 iov_iter_init(&resp_iter, WRITE, &resp_iov, 1, len); in sbefifo_user_read()
/Linux-v5.10/fs/cifs/
Dtransport.c1022 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument
1191 resp_iov[i].iov_base = buf; in compound_send_recv()
1192 resp_iov[i].iov_len = midQ[i]->resp_buf_size + in compound_send_recv()
1214 .iov_base = resp_iov[0].iov_base, in compound_send_recv()
1215 .iov_len = resp_iov[0].iov_len in compound_send_recv()
1239 struct kvec *resp_iov) in cifs_send_recv() argument
1242 rqst, resp_buf_type, resp_iov); in cifs_send_recv()
1248 const int flags, struct kvec *resp_iov) in SendReceive2() argument
1278 &rqst, resp_buf_type, flags, resp_iov); in SendReceive2()
Dcifsproto.h103 const int flags, struct kvec *resp_iov);
108 struct kvec *resp_iov);
/Linux-v5.10/drivers/vhost/
Dscsi.c225 struct iovec resp_iov; member
1162 int in_iovs, int vq_desc, struct iovec *resp_iov, in vhost_scsi_send_tmf_resp() argument
1173 iov_iter_init(&iov_iter, READ, resp_iov, in_iovs, sizeof(rsp)); in vhost_scsi_send_tmf_resp()
1194 tmf->vq_desc, &tmf->resp_iov, resp_code); in vhost_scsi_tmf_resp_work()
1232 tmf->resp_iov = vq->iov[vc->out]; in vhost_scsi_handle_tmf()