Searched defs:mlx5_ib_srq (Results 1 – 1 of 1) sorted by relevance
289 struct mlx5_ib_srq { struct290 struct ib_srq ibsrq;291 struct mlx5_core_srq msrq;292 struct mlx5_buf buf;293 struct mlx5_db db;294 u64 *wrid;297 spinlock_t lock;298 int head;299 int tail;300 u16 wqe_ctr;[all …]