Home
last modified time | relevance | path

Searched refs:vringh_complete_kern (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dvringh.h215 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
/Linux-v4.19/drivers/vhost/
Dvringh.c989 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) in vringh_complete_kern() function
998 EXPORT_SYMBOL(vringh_complete_kern);
/Linux-v4.19/drivers/net/caif/
Dcaif_virtio.c268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()
/Linux-v4.19/drivers/misc/mic/vop/
Dvop_vringh.c825 vringh_complete_kern(vrh, *head, total); in _vop_virtio_copy()