Home
last modified time | relevance | path

Searched refs:log_wq_sz (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.c42 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_cyc_create() local
54 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_wq_cyc_create()
61 mlx5_init_fbc(wq_ctrl->buf.frags, log_wq_stride, log_wq_sz, fbc); in mlx5_wq_cyc_create()
165 u8 log_wq_sz = MLX5_GET(cqc, cqc, log_cq_size); in mlx5_cqwq_create() local
176 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_cqwq_create()
185 mlx5_init_fbc(wq_ctrl->buf.frags, log_wq_stride, log_wq_sz, &wq->fbc); in mlx5_cqwq_create()
215 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_ll_create() local
227 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_wq_ll_create()
234 mlx5_init_fbc(wq_ctrl->buf.frags, log_wq_stride, log_wq_sz, fbc); in mlx5_wq_ll_create()
H A Dwc.c234 MLX5_SET(wq, wq, log_wq_sz, TEST_WC_SQ_LOG_WQ_SZ); in mlx5_wc_create_sq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c955 MLX5_SET(wq, wq, log_wq_sz, log_rq_sz); in mlx5e_mpwqe_build_rq_param()
998 MLX5_SET(wq, wq, log_wq_sz, params->log_rq_mtu_frames); in mlx5e_build_rq_param()
1070 MLX5_SET(wq, wq, log_wq_sz, params->log_sq_size); in mlx5e_build_sq_param()
1122 int wq_size = BIT(MLX5_GET(wq, wqc, log_wq_sz)); in mlx5e_shampo_hd_per_wq()
1261 MLX5_SET(wq, wq, log_wq_sz, log_wq_size); in mlx5e_build_icosq_param()
1279 MLX5_SET(wq, wq, log_wq_sz, log_wq_size); in mlx5e_build_async_icosq_param()
1291 MLX5_SET(wq, wq, log_wq_sz, params->log_sq_size); in mlx5e_build_xdpsq_param()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c282 MLX5_SET(wq, wq, log_wq_sz, 1); in mlx5_aso_create_sq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.c880 MLX5_SET(wq, wq, log_wq_sz, sq_log_buf_sz); in hws_send_ring_open_sq()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c309 u8 log_wq_sz = MLX5_VDPA_LOG_CQE_SIZE; in cq_frag_buf_alloc() local
317 mlx5_init_fbc(frag_buf->frags, log_wq_stride, log_wq_sz, &buf->fbc); in cq_frag_buf_alloc()