Searched defs:mlx5_ib_srq (Results 1 – 1 of 1) sorted by relevance
285 struct mlx5_ib_srq { struct286 struct ib_srq ibsrq;287 struct mlx5_core_srq msrq;288 struct mlx5_buf buf;289 struct mlx5_db db;290 u64 *wrid;293 spinlock_t lock;294 int head;295 int tail;296 u16 wqe_ctr;[all …]