Lines Matching defs:pvrdma_cq
86 struct pvrdma_cq { struct
87 struct ib_cq ibcq;
88 int offset;
89 spinlock_t cq_lock; /* Poll lock. */
90 struct pvrdma_uar_map *uar;
91 struct ib_umem *umem;
92 struct pvrdma_ring_state *ring_state;
93 struct pvrdma_page_dir pdir;
94 u32 cq_handle;
95 bool is_kernel;
96 refcount_t refcnt;
97 struct completion free;