Lines Matching refs:iov
596 int r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc()
608 r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc()
628 size_t len = iov_length(vq->iov, out); in init_iov_iter()
630 iov_iter_init(iter, ITER_SOURCE, vq->iov, out, len); in init_iov_iter()
1068 r = vhost_get_vq_desc(vq, vq->iov + seg, in get_rx_bufs()
1069 ARRAY_SIZE(vq->iov) - seg, &out, in get_rx_bufs()
1089 len = iov_length(vq->iov + seg, in); in get_rx_bufs()
1209 iov_iter_init(&msg.msg_iter, ITER_DEST, vq->iov, 1, 1); in handle_rx()
1216 iov_iter_init(&msg.msg_iter, ITER_DEST, vq->iov, in, vhost_len); in handle_rx()
1240 "at addr %p\n", vq->iov->iov_base); in handle_rx()
1267 vq->iov, in); in handle_rx()