Searched defs:ocrdma_cq (Results 1 – 1 of 1) sorted by relevance
317 struct ocrdma_cq { struct319 struct ocrdma_cqe *va; argument320 u32 phase;321 u32 getp; /* pointer to pending wrs to325 u32 max_hw_cqe;326 bool phase_change;327 spinlock_t cq_lock ____cacheline_aligned; /* provide synchronization331 spinlock_t comp_handler_lock ____cacheline_aligned;332 u16 id;333 u16 eqn;[all …]