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