Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvringh.h329 int vringh_need_notify_iotlb(struct vringh *vrh);
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c349 if (vringh_need_notify_iotlb(&vq->vring) > 0) in vdpasim_blk_work()
H A Dvdpa_sim_net.c80 if (vringh_need_notify_iotlb(&vq->vring) > 0) in vdpasim_net_complete()
/openbmc/linux/drivers/vhost/
H A Dvringh.c1609 int vringh_need_notify_iotlb(struct vringh *vrh) in vringh_need_notify_iotlb() function
1613 EXPORT_SYMBOL(vringh_need_notify_iotlb);
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2071 if (vringh_need_notify_iotlb(&cvq->vring)) in mlx5_cvq_kick_handler()