Searched refs:vringh_getdesc_iotlb (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c144 err = vringh_getdesc_iotlb(&cvq->vring, &cvq->in_iov,
220 err = vringh_getdesc_iotlb(&txq->vring, &txq->out_iov, NULL,
240 err = vringh_getdesc_iotlb(&rxq->vring, NULL, &rxq->in_iov,
H A Dvdpa_sim_blk.c123 ret = vringh_getdesc_iotlb(&vq->vring, &vq->out_iov, &vq->in_iov,
/linux-master/include/linux/
H A Dvringh.h309 int vringh_getdesc_iotlb(struct vringh *vrh,
/linux-master/drivers/vhost/
H A Dvringh.c1460 * vringh_getdesc_iotlb - get next available descriptor from ring with
1480 int vringh_getdesc_iotlb(struct vringh *vrh, function
1504 EXPORT_SYMBOL(vringh_getdesc_iotlb); variable
1509 * @riov: the riov as passed to vringh_getdesc_iotlb() (updated as we consume)
1526 * @wiov: the wiov as passed to vringh_getdesc_iotlb() (updated as we consume)
1560 * @head: the head as filled in by vringh_getdesc_iotlb.
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2178 err = vringh_getdesc_iotlb(&cvq->vring, &cvq->riov, &cvq->wiov, &cvq->head,

Completed in 144 milliseconds