struct fw_rsc_vdev_vring - vring descriptor entry @da: device address @align: the alignment between the consumer and producer parts of the vring @num: num of buffers supported by this vring (must be power of two) @notifyid is a unique rproc-wide notify index for this vring. This notify index is used when kicking a remote remoteproc, to let it know that this vring is triggered. @reserved: reserved (must be zero)
This descriptor is not a resource entry by itself; it is part of the vdev resource type (see below).
Note that @da should either contain the device address where the remote remoteproc is expecting the vring, or indicate that dynamically allocation of the vring's device address is supported.