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