Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvringh.h226 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
/linux-6.1.9/drivers/vhost/
Dvringh.c1046 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) in vringh_complete_kern() function
1055 EXPORT_SYMBOL(vringh_complete_kern);
/linux-6.1.9/drivers/net/caif/
Dcaif_virtio.c268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()