Lines Matching defs:mthca_srq
224 struct mthca_srq { struct
225 struct ib_srq ibsrq;
226 spinlock_t lock;
227 int refcount;
228 int srqn;
229 int max;
230 int max_gs;
231 int wqe_shift;
232 int first_free;
233 int last_free;
234 u16 counter; /* Arbel only */
235 int db_index; /* Arbel only */
236 __be32 *db; /* Arbel only */
237 void *last;
239 int is_direct;
240 u64 *wrid;
241 union mthca_buf queue;
242 struct mthca_mr mr;
244 wait_queue_head_t wait;
245 struct mutex mutex;