Lines Matching defs:mthca_srq
204 struct mthca_srq { struct
205 struct ib_srq ibsrq;
206 spinlock_t lock;
207 int refcount;
208 int srqn;
209 int max;
210 int max_gs;
211 int wqe_shift;
212 int first_free;
213 int last_free;
214 u16 counter; /* Arbel only */
215 int db_index; /* Arbel only */
216 __be32 *db; /* Arbel only */
217 void *last;
219 int is_direct;
220 u64 *wrid;
221 union mthca_buf queue;
222 struct mthca_mr mr;
224 wait_queue_head_t wait;
225 struct mutex mutex;