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