Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dvringh.h242 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
/Linux-v6.6/drivers/vhost/
Dvringh.c1056 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) in vringh_complete_kern() function
1065 EXPORT_SYMBOL(vringh_complete_kern);
/Linux-v6.6/drivers/net/caif/
Dcaif_virtio.c268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()