Home
last modified time | relevance | path

Searched defs:ocrdma_cq (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma.h316 struct ocrdma_cq { struct
318 struct ocrdma_cqe *va; argument
319 u32 phase;
320 u32 getp; /* pointer to pending wrs to
324 u32 max_hw_cqe;
325 bool phase_change;
326 bool deferred_arm, deferred_sol;
327 bool first_arm;
329 spinlock_t cq_lock ____cacheline_aligned; /* provide synchronization
333 spinlock_t comp_handler_lock ____cacheline_aligned;
[all …]