Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim_net.c50 if (vringh_need_notify_iotlb(&vq->vring) > 0) in vdpasim_net_complete()
Dvdpa_sim_blk.c222 if (vringh_need_notify_iotlb(&vq->vring) > 0) in vdpasim_blk_work()
/linux-5.19.10/include/linux/
Dvringh.h307 int vringh_need_notify_iotlb(struct vringh *vrh);
/linux-5.19.10/drivers/vhost/
Dvringh.c1458 int vringh_need_notify_iotlb(struct vringh *vrh) in vringh_need_notify_iotlb() function
1462 EXPORT_SYMBOL(vringh_need_notify_iotlb);
/linux-5.19.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1886 if (vringh_need_notify_iotlb(&cvq->vring)) in mlx5_cvq_kick_handler()