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: 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: an array of @num_of_vrings entries of 'struct fw_rsc_vdev_vring'.
311 struct fw_rsc_vdev_vring vring[]; member
614 * struct rproc_vring - remoteproc vring state
616 * @num: vring size
618 * @align: vring alignment
619 * @notifyid: rproc-specific unique vring index
621 * @vq: the virtqueue of this vring
640 * @vring: the vrings for this vdev
652 struct rproc_vring vring[RVDEV_NUM_VRINGS]; member