Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvringh.h202 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
/Linux-v5.4/drivers/vhost/
Dvringh.c996 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) in vringh_complete_kern() function
1005 EXPORT_SYMBOL(vringh_complete_kern);
/Linux-v5.4/drivers/net/caif/
Dcaif_virtio.c268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()
/Linux-v5.4/drivers/misc/mic/vop/
Dvop_vringh.c822 vringh_complete_kern(vrh, *head, total); in _vop_virtio_copy()