Lines Matching full:vring
242 * struct fw_rsc_vdev_vring - vring descriptor entry
244 * @align: the alignment between the consumer and producer parts of the vring
245 * @num: num of buffers supported by this vring (must be power of two)
246 * @notifyid is a unique rproc-wide notify index for this vring. This notify
248 * vring is triggered.
255 * the remote processor is expecting the vring, or indicate that
256 * dynamically allocation of the vring's device address is supported.
280 * @vring is an array of @num_of_vrings entries of 'struct fw_rsc_vdev_vring'.
310 struct fw_rsc_vdev_vring vring[]; member
583 * struct rproc_vring - remoteproc vring state
587 * @align: vring alignment
588 * @notifyid: rproc-specific unique vring index
590 * @vq: the virtqueue of this vring
604 * @refcount: reference counter for the vdev and vring allocations
610 * @vring: the vrings for this vdev
623 struct rproc_vring vring[RVDEV_NUM_VRINGS]; member