Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Drdmavt_qp.h196 struct rvt_krwq { struct
197 spinlock_t p_lock; /* protect producer */
198 u32 head; /* new work requests posted to the head */
201 spinlock_t c_lock ____cacheline_aligned_in_smp;
202 u32 tail; /* receives pull requests from here. */
203 u32 count; /* approx count of receive entries posted */
204 struct rvt_rwqe *curr_wq;
205 struct rvt_rwqe wq[];