Searched defs:mlx5_ib_srq (Results 1 – 1 of 1) sorted by relevance
516 struct mlx5_ib_srq { struct517 struct ib_srq ibsrq;518 struct mlx5_core_srq msrq;519 struct mlx5_frag_buf buf;520 struct mlx5_db db;521 u64 *wrid;524 spinlock_t lock;525 int head;526 int tail;527 u16 wqe_ctr;[all …]