Lines Matching refs:cq_off
3756 rings = io_rings_map(ctx, p->cq_off.user_addr, size);
3960 p->cq_off.head = offsetof(struct io_rings, cq.head);
3961 p->cq_off.tail = offsetof(struct io_rings, cq.tail);
3962 p->cq_off.ring_mask = offsetof(struct io_rings, cq_ring_mask);
3963 p->cq_off.ring_entries = offsetof(struct io_rings, cq_ring_entries);
3964 p->cq_off.overflow = offsetof(struct io_rings, cq_overflow);
3965 p->cq_off.cqes = offsetof(struct io_rings, cqes);
3966 p->cq_off.flags = offsetof(struct io_rings, cq_flags);
3967 p->cq_off.resv1 = 0;
3969 p->cq_off.user_addr = 0;