Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.c68 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create() argument
73 wq->log_stride = MLX5_GET(wq, wqc, log_wq_stride); in mlx5_wq_cyc_create()
74 wq->sz_m1 = (1 << MLX5_GET(wq, wqc, log_wq_sz)) - 1; in mlx5_wq_cyc_create()
139 void *wqc, struct mlx5_wq_ll *wq, in mlx5_wq_ll_create() argument
146 wq->log_stride = MLX5_GET(wq, wqc, log_wq_stride); in mlx5_wq_ll_create()
147 wq->sz_m1 = (1 << MLX5_GET(wq, wqc, log_wq_sz)) - 1; in mlx5_wq_ll_create()
Dwq.h78 void *wqc, struct mlx5_wq_cyc *wq,
88 void *wqc, struct mlx5_wq_ll *wq,