Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds