Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvringh.h209 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvringh.c1022 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) in vringh_complete_kern() function
1031 EXPORT_SYMBOL(vringh_complete_kern);
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_virtio.c268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()