Lines Matching defs:mlx4_ib_srq
359 struct mlx4_ib_srq { struct360 struct ib_srq ibsrq;361 struct mlx4_srq msrq;362 struct mlx4_buf buf;363 struct mlx4_db db;364 u64 *wrid;365 spinlock_t lock;366 int head;367 int tail;368 u16 wqe_ctr;369 struct ib_umem *umem;370 struct mlx4_mtt mtt;371 struct mutex mutex;