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 */254 bool armed:1; /* inform user if limit hit */[all …]
Completed in 5 milliseconds