Searched refs:vqueue (Results 1 – 3 of 3) sorted by relevance
45 static struct virtqueue *vqueue[2]; variable134 virtqueue_notification(vqueue[0]); in receive_message()183 vqueue[0] = virtqueue_allocate(VRING_SIZE); in app_task()184 if (vqueue[0] == NULL) { in app_task()188 vqueue[1] = virtqueue_allocate(VRING_SIZE); in app_task()189 if (vqueue[1] == NULL) { in app_task()201 rvrings[0].vq = vqueue[0]; in app_task()207 rvrings[1].vq = vqueue[1]; in app_task()223 virtqueue_notification(vqueue[0]); in app_task()
73 static struct virtqueue *vqueue[2]; variable145 virtqueue_notification(vqueue[VIRTQUEUE_ID]); in ipm_callback_process()225 vqueue[0] = virtqueue_allocate(VRING_SIZE); in rpmsg_backend_init()226 if (!vqueue[0]) { in rpmsg_backend_init()231 vqueue[1] = virtqueue_allocate(VRING_SIZE); in rpmsg_backend_init()232 if (!vqueue[1]) { in rpmsg_backend_init()241 rvrings[0].vq = vqueue[0]; in rpmsg_backend_init()247 rvrings[1].vq = vqueue[1]; in rpmsg_backend_init()
44 static struct virtqueue *vqueue[2]; variable112 virtqueue_notification(vqueue[1]); in receive_message()160 vqueue[0] = virtqueue_allocate(VRING_SIZE); in app_task()161 if (vqueue[0] == NULL) { in app_task()165 vqueue[1] = virtqueue_allocate(VRING_SIZE); in app_task()166 if (vqueue[1] == NULL) { in app_task()178 rvrings[0].vq = vqueue[0]; in app_task()184 rvrings[1].vq = vqueue[1]; in app_task()