Lines Matching defs:mlx4_ib_srq
374 struct mlx4_ib_srq { struct375 struct ib_srq ibsrq;376 struct mlx4_srq msrq;377 struct mlx4_buf buf;378 struct mlx4_db db;379 u64 *wrid;380 spinlock_t lock;381 int head;382 int tail;383 u16 wqe_ctr;384 struct ib_umem *umem;385 struct mlx4_mtt mtt;386 struct mutex mutex;