Lines Matching defs:mlx4_ib_srq
311 struct mlx4_ib_srq { struct312 struct ib_srq ibsrq;313 struct mlx4_srq msrq;314 struct mlx4_buf buf;315 struct mlx4_db db;316 u64 *wrid;317 spinlock_t lock;318 int head;319 int tail;320 u16 wqe_ctr;321 struct ib_umem *umem;322 struct mlx4_mtt mtt;323 struct mutex mutex;