Lines Matching defs:index
394 if (vq->index == msg.msg.payload.vring_state.index) {
396 vu_dev->vq_irq_vq_map |= BIT_ULL(vq->index);
436 if (vu_dev->vq_irq_vq_map & BIT_ULL(vq->index))
689 u32 request, u32 index, u32 num)
694 .payload.vring_state.index = index,
702 u32 index, u32 num)
705 index, num);
709 u32 index, u32 offset)
712 index, offset);
716 u32 index, u64 desc, u64 used, u64 avail,
722 .payload.vring_addr.index = index,
733 u32 request, int index, int fd)
738 .payload.integer = index,
741 if (index & ~VHOST_USER_VRING_INDEX_MASK)
751 int index, int fd)
754 index, fd);
758 int index, int fd)
761 index, fd);
765 u32 index, bool enable)
771 index, enable);
794 vq->index, 0) == 0;
886 WARN_ON(vhost_user_set_vring_enable(vu_dev, vq->index, false));
922 rc = vhost_user_set_vring_call(vu_dev, vq->index, call_fds[1]);
940 unsigned index, vq_callback_t *callback,
958 vq = vring_create_virtqueue(index, num, PAGE_SIZE, vdev, true, true,
982 rc = vhost_user_set_vring_num(vu_dev, index, num);
986 rc = vhost_user_set_vring_base(vu_dev, index, 0);
990 rc = vhost_user_set_vring_addr(vu_dev, index,
1051 rc = vhost_user_set_vring_kick(vu_dev, vq->index,
1057 rc = vhost_user_set_vring_enable(vu_dev, vq->index, true);
1411 vhost_user_set_vring_enable(vu_dev, vq->index, false);
1434 vhost_user_set_vring_enable(vu_dev, vq->index, true);