Searched defs:siw_srq (Results 1 – 1 of 1) sorted by relevance
244 struct siw_srq { struct245 struct ib_srq base_srq;246 spinlock_t lock;247 u32 max_sge;248 u32 limit; /* low watermark for async event */249 struct siw_rqe *recvq;250 u32 rq_put;251 u32 rq_get;252 u32 num_rqe; /* max # of wqe's allowed */253 struct rdma_user_mmap_entry *srq_entry; /* mmap info for SRQ array */[all …]