Home
last modified time | relevance | path

Searched refs:wqc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_wq.c64 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create() argument
70 wq->log_stride = MLX5_GET(wq, wqc, log_wq_stride); in mlx5_wq_cyc_create()
71 wq->sz_m1 = (1 << MLX5_GET(wq, wqc, log_wq_sz)) - 1; in mlx5_wq_cyc_create()
137 void *wqc, struct mlx5_wq_ll *wq, in mlx5_wq_ll_create() argument
145 wq->log_stride = MLX5_GET(wq, wqc, log_wq_stride); in mlx5_wq_ll_create()
146 wq->sz_m1 = (1 << MLX5_GET(wq, wqc, log_wq_sz)) - 1; in mlx5_wq_ll_create()
H A Dwq.h81 void *wqc, struct mlx5_wq_cyc *wq,
91 void *wqc, struct mlx5_wq_ll *wq,