Searched defs:irdma_srq (Results 1 – 1 of 1) sorted by relevance
126 struct irdma_srq { struct127 struct ib_srq ibsrq;129 struct irdma_dma_mem kmem;130 u64 *srq_wrid_mem;131 refcount_t refcnt;132 spinlock_t lock; /* for poll srq */133 struct irdma_pbl *iwpbl;134 struct irdma_sge *sg_list;135 u16 srq_head;136 u32 srq_num;[all …]