Lines Matching defs:notifyid
69 int notifyid = rvring->notifyid;
71 dev_dbg(&rproc->dev, "kicking vq index: %d\n", notifyid);
73 rproc->ops->kick(rproc, notifyid);
80 * @notifyid: index of the signalled virtqueue (unique per this @rproc)
86 * Return: IRQ_NONE if no message was found in the @notifyid virtqueue,
89 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid)
93 dev_dbg(&rproc->dev, "vq index %d is interrupted\n", notifyid);
95 rvring = idr_find(&rproc->notifyids, notifyid);
139 dev_dbg(dev, "vring%d: va %pK qsz %d notifyid %d\n",
140 id, addr, num, rvring->notifyid);