Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c144 err = vringh_getdesc_iotlb(&cvq->vring, &cvq->in_iov, in vdpasim_handle_cvq()
220 err = vringh_getdesc_iotlb(&txq->vring, &txq->out_iov, NULL, in vdpasim_net_work()
240 err = vringh_getdesc_iotlb(&rxq->vring, NULL, &rxq->in_iov, in vdpasim_net_work()
H A Dvdpa_sim_blk.c123 ret = vringh_getdesc_iotlb(&vq->vring, &vq->out_iov, &vq->in_iov, in vdpasim_blk_handle_req()
/kernel/linux/linux-5.10/include/linux/
H A Dvringh.h269 int vringh_getdesc_iotlb(struct vringh *vrh,
/kernel/linux/linux-6.6/include/linux/
H A Dvringh.h309 int vringh_getdesc_iotlb(struct vringh *vrh,
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c192 err = vringh_getdesc_iotlb(&txq->vring, &txq->iov, NULL, in vdpasim_work()
197 err = vringh_getdesc_iotlb(&rxq->vring, NULL, &rxq->iov, in vdpasim_work()
/kernel/linux/linux-5.10/drivers/vhost/
H A Dvringh.c1277 * vringh_getdesc_iotlb - get next available descriptor from ring with
1294 int vringh_getdesc_iotlb(struct vringh *vrh, in vringh_getdesc_iotlb() function
1318 EXPORT_SYMBOL(vringh_getdesc_iotlb); variable
1323 * @riov: the riov as passed to vringh_getdesc_iotlb() (updated as we consume)
1340 * @wiov: the wiov as passed to vringh_getdesc_iotlb() (updated as we consume)
1374 * @head: the head as filled in by vringh_getdesc_iotlb.
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvringh.c1460 * vringh_getdesc_iotlb - get next available descriptor from ring with
1480 int vringh_getdesc_iotlb(struct vringh *vrh, in vringh_getdesc_iotlb() 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.
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2039 err = vringh_getdesc_iotlb(&cvq->vring, &cvq->riov, &cvq->wiov, &cvq->head, in mlx5_cvq_kick_handler()

Completed in 23 milliseconds