Searched refs:vringh_complete_iotlb (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.c | 200 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vringh.h | 284 int vringh_complete_iotlb(struct vringh *vrh, u16 head, u32 len);
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | vringh.c | 1381 int vringh_complete_iotlb(struct vringh *vrh, u16 head, u32 len) in vringh_complete_iotlb() function 1390 EXPORT_SYMBOL(vringh_complete_iotlb);
|