Home
last modified time | relevance | path

Searched defs:siw_srq (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw.h245 struct siw_srq { struct
246 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 */
255 bool armed:1; /* inform user if limit hit */
[all …]