Searched refs:vringh_complete_kern (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vringh.h | 209 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vringh.h | 242 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vringh.c | 930 * @head: head index we received, for passing to vringh_complete_kern(). 1014 * vringh_complete_kern - we've finished with descriptor, publish it. 1022 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len) in vringh_complete_kern() function 1031 EXPORT_SYMBOL(vringh_complete_kern); variable 1061 * @vrh: the vring we've called vringh_complete_kern() on.
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vringh.c | 961 * @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) in vringh_complete_kern() function 1065 EXPORT_SYMBOL(vringh_complete_kern); variable 1095 * @vrh: the vring we've called vringh_complete_kern() on.
|
/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_virtio.c | 268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()
|
/kernel/linux/linux-6.6/drivers/net/caif/ |
H A D | caif_virtio.c | 268 vringh_complete_kern(cfv->vr_rx, in cfv_rx_poll()
|
Completed in 8 milliseconds