Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_wq.c71 wq->sz_m1 = (1 << MLX5_GET(wq, wqc, log_wq_sz)) - 1; in mlx5_wq_cyc_create()
146 wq->sz_m1 = (1 << MLX5_GET(wq, wqc, log_wq_sz)) - 1; in mlx5_wq_ll_create()
H A Dmlx5_srq.c66 MLX5_SET(wq, wq, log_wq_sz, in->log_size); in set_wq()
93 in->log_size = MLX5_GET(wq, wq, log_wq_sz); in get_wq()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1525 MLX5_SET(wq, rqc_wq, log_wq_sz, 0); in mlx5e_open_drop_rq()
2363 MLX5_SET(wq, wq, log_wq_sz, priv->params.log_rq_size); in mlx5e_build_rq_param()
2376 MLX5_SET(wq, wq, log_wq_sz, priv->params.log_sq_size); in mlx5e_build_sq_param()
H A Dmlx5_en_rl.c61 MLX5_SET(wq, wq, log_wq_sz, log_sq_size); in mlx5e_rl_build_sq_param()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1128 MLX5_SET(wq, wq, log_wq_sz, MLX5_GET(qpc, qpc, log_sq_size)); in create_raw_packet_qp_sq()
1218 MLX5_SET(wq, wq, log_wq_sz, MLX5_GET(qpc, qpc, log_rq_size)); in create_raw_packet_qp_rq()
4720 MLX5_SET(wq, wq, log_wq_sz, rwq->log_rq_size); in create_rq()
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h1806 u8 log_wq_sz[0x5]; member