Home
last modified time | relevance | path

Searched defs:mlx5_ib_srq (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h289 struct mlx5_ib_srq { struct
290 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 …]