Searched defs:vring (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dvringh.h2 * Linux host-side vring helpers; for when the kernel needs to access
3 * someone else's vring.
48 /* The vring (note: it may contain user pointers!) */
49 struct vring vring; member in struct:vringh
56 * struct vringh_config_ops - ops for creating a host vring from a virtio driver
61 * callbacks: array of driver callbacks, for each host vring
74 /* The memory the vring can access, and what offset to apply. */
H A Dremoteproc.h237 * struct fw_rsc_vdev_vring - vring descriptor entry
239 * @align: the alignment between the consumer and producer parts of the vring
240 * @num: num of buffers supported by this vring (must be power of two)
241 * @notifyid is a unique rproc-wide notify index for this vring. This notify
243 * vring is triggered.
250 * the remote processor is expecting the vring, or indicate that
251 * dynamically allocation of the vring's device address is supported.
275 * @vring is an array of @num_of_vrings entries of 'struct fw_rsc_vdev_vring'.
305 struct fw_rsc_vdev_vring vring[0]; member in struct:fw_rsc_vdev
445 * struct rproc_vring - remoteproc vring stat
478 struct rproc_vring vring[RVDEV_NUM_VRINGS]; member in struct:rproc_vdev
[all...]
/include/uapi/linux/
H A Dvirtio_ring.h93 struct vring { struct
106 * struct vring
132 static inline void vring_init(struct vring *vr, unsigned int num, void *p,

Completed in 180 milliseconds