Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h344 struct mlx5_srq { struct
345 struct mlx5_resource rsc; /* This struct must be first */
346 struct verbs_srq vsrq;
347 struct mlx5_buf buf;
348 struct mlx5_spinlock lock;
349 uint64_t *wrid;
350 uint32_t srqn;
351 int max;
352 int max_gs;
353 int wqe_shift;
[all …]