Lines Matching defs:ocrdma_cq
317 struct ocrdma_cq { struct
319 struct ocrdma_cqe *va; argument
320 u32 phase;
321 u32 getp; /* pointer to pending wrs to
325 u32 max_hw_cqe;
326 bool phase_change;
327 spinlock_t cq_lock ____cacheline_aligned; /* provide synchronization
331 spinlock_t comp_handler_lock ____cacheline_aligned;
332 u16 id;
333 u16 eqn;
335 struct ocrdma_ucontext *ucontext;
336 dma_addr_t pa;
337 u32 len;
338 u32 cqe_cnt;
343 struct list_head sq_head, rq_head;