Searched defs:ocrdma_cq (Results 1 – 1 of 1) sorted by relevance
296 struct ocrdma_cq { struct298 struct ocrdma_cqe *va; argument299 u32 phase;300 u32 getp; /* pointer to pending wrs to304 u32 max_hw_cqe;305 bool phase_change;306 bool deferred_arm, deferred_sol;307 bool first_arm;309 spinlock_t cq_lock ____cacheline_aligned; /* provide synchronization313 spinlock_t comp_handler_lock ____cacheline_aligned;[all …]