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