Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dvringh.h209 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
/Linux-v5.10/drivers/vhost/
Dvringh.c1016 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) in vringh_complete_kern() function
1025 EXPORT_SYMBOL(vringh_complete_kern);
/Linux-v5.10/drivers/net/caif/
Dcaif_virtio.c268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()