Lines Matching defs:notifyid
31 int notifyid = rvring->notifyid;
33 dev_dbg(&rproc->dev, "kicking vq index: %d\n", notifyid);
35 rproc->ops->kick(rproc, notifyid);
42 * @notifyid: index of the signalled virtqueue (unique per this @rproc)
48 * Returns IRQ_NONE if no message was found in the @notifyid virtqueue,
51 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid)
55 dev_dbg(&rproc->dev, "vq index %d is interrupted\n", notifyid);
57 rvring = idr_find(&rproc->notifyids, notifyid);
101 dev_dbg(dev, "vring%d: va %pK qsz %d notifyid %d\n",
102 id, addr, len, rvring->notifyid);