Searched refs:wqc (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.c | 38 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create() argument 41 u8 log_wq_stride = MLX5_GET(wq, wqc, log_wq_stride); in mlx5_wq_cyc_create() 42 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_cyc_create() 211 void *wqc, struct mlx5_wq_ll *wq, in mlx5_wq_ll_create() argument 214 u8 log_wq_stride = MLX5_GET(wq, wqc, log_wq_stride); in mlx5_wq_ll_create() 215 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_ll_create()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | params.c | 1061 void *wqc = MLX5_ADDR_OF(rqc, rq_param->rqc, wq); in mlx5e_shampo_hd_per_wq() local 1062 int wq_size = BIT(MLX5_GET(wq, wqc, log_wq_sz)); in mlx5e_shampo_hd_per_wq() 1075 void *wqc = MLX5_ADDR_OF(rqc, rq_param->rqc, wq); in mlx5e_shampo_icosq_sz() local 1076 int wq_size = BIT(MLX5_GET(wq, wqc, log_wq_sz)); in mlx5e_shampo_icosq_sz()
|