Searched defs:rvt_krwq (Results 1 – 1 of 1) sorted by relevance
210 struct rvt_krwq { struct211 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[];