Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Drdmavt_qp.h210 struct rvt_krwq { struct
211 spinlock_t p_lock; /* protect producer */
212 u32 head; /* new work requests posted to the head */
215 spinlock_t c_lock ____cacheline_aligned_in_smp;
216 u32 tail; /* receives pull requests from here. */
217 u32 count; /* approx count of receive entries posted */
218 struct rvt_rwqe *curr_wq;
219 struct rvt_rwqe wq[];