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

/linux-master/include/linux/
H A Dvringh.h329 int vringh_need_notify_iotlb(struct vringh *vrh);
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c349 if (vringh_need_notify_iotlb(&vq->vring) > 0)
H A Dvdpa_sim_net.c80 if (vringh_need_notify_iotlb(&vq->vring) > 0)
/linux-master/drivers/vhost/
H A Dvringh.c1563 * You should check vringh_need_notify_iotlb() after one or more calls
1604 * vringh_need_notify_iotlb - must we tell the other side about used buffers?
1609 int vringh_need_notify_iotlb(struct vringh *vrh) function
1613 EXPORT_SYMBOL(vringh_need_notify_iotlb); variable
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2210 if (vringh_need_notify_iotlb(&cvq->vring))

Completed in 154 milliseconds