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