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

/linux-master/include/linux/
H A Dvringh.h242 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
/linux-master/drivers/net/caif/
H A Dcaif_virtio.c268 vringh_complete_kern(cfv->vr_rx,
/linux-master/drivers/vhost/
H A Dvringh.c961 * @head: head index we received, for passing to vringh_complete_kern().
1048 * vringh_complete_kern - we've finished with descriptor, publish it.
1056 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) function
1065 EXPORT_SYMBOL(vringh_complete_kern); variable
1095 * @vrh: the vring we've called vringh_complete_kern() on.

Completed in 229 milliseconds