Searched refs:wqc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 74 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create() argument 80 mlx5_fill_fbc(MLX5_GET(wq, wqc, log_wq_stride), in mlx5_wq_cyc_create() 81 MLX5_GET(wq, wqc, log_wq_sz), in mlx5_wq_cyc_create() 217 void *wqc, struct mlx5_wq_ll *wq, in mlx5_wq_ll_create() argument 225 mlx5_fill_fbc(MLX5_GET(wq, wqc, log_wq_stride), in mlx5_wq_ll_create() 226 MLX5_GET(wq, wqc, log_wq_sz), in mlx5_wq_ll_create()
|
D | wq.h | 80 void *wqc, struct mlx5_wq_cyc *wq, 94 void *wqc, struct mlx5_wq_ll *wq,
|