Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c74 vringh_complete_iotlb(&vq->vring, vq->head, len); in vdpasim_net_complete()
176 vringh_complete_iotlb(&cvq->vring, cvq->head, write); in vdpasim_handle_cvq()
H A Dvdpa_sim_blk.c319 vringh_complete_iotlb(&vq->vring, vq->head, pushed); in vdpasim_blk_handle_req()
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c200 vringh_complete_iotlb(&txq->vring, txq->head, 0); in vdpasim_work()
222 vringh_complete_iotlb(&txq->vring, txq->head, 0); in vdpasim_work()
223 vringh_complete_iotlb(&rxq->vring, rxq->head, total_write); in vdpasim_work()
/kernel/linux/linux-5.10/include/linux/
H A Dvringh.h284 int vringh_complete_iotlb(struct vringh *vrh, u16 head, u32 len);
/kernel/linux/linux-6.6/include/linux/
H A Dvringh.h324 int vringh_complete_iotlb(struct vringh *vrh, u16 head, u32 len);
/kernel/linux/linux-5.10/drivers/vhost/
H A Dvringh.c1282 * @head: head index we received, for passing to vringh_complete_iotlb().
1372 * vringh_complete_iotlb - we've finished with descriptor, publish it.
1380 int vringh_complete_iotlb(struct vringh *vrh, u16 head, u32 len) in vringh_complete_iotlb() function
1389 EXPORT_SYMBOL(vringh_complete_iotlb); variable
1419 * @vrh: the vring we've called vringh_complete_iotlb() on.
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvringh.c1465 * @head: head index we received, for passing to vringh_complete_iotlb().
1558 * vringh_complete_iotlb - we've finished with descriptor, publish it.
1566 int vringh_complete_iotlb(struct vringh *vrh, u16 head, u32 len) in vringh_complete_iotlb() function
1575 EXPORT_SYMBOL(vringh_complete_iotlb); variable
1605 * @vrh: the vring we've called vringh_complete_iotlb() on.
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2067 vringh_complete_iotlb(&cvq->vring, cvq->head, write); in mlx5_cvq_kick_handler()

Completed in 14 milliseconds