Lines Matching defs:mlx4_ib_srq
327 struct mlx4_ib_srq { struct328 struct ib_srq ibsrq;329 struct mlx4_srq msrq;330 struct mlx4_buf buf;331 struct mlx4_db db;332 u64 *wrid;333 spinlock_t lock;334 int head;335 int tail;336 u16 wqe_ctr;337 struct ib_umem *umem;338 struct mlx4_mtt mtt;339 struct mutex mutex;