Searched refs:log_wq_sz (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 47 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_cyc_create() local 59 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_wq_cyc_create() 66 mlx5_init_fbc(wq_ctrl->buf.frags, log_wq_stride, log_wq_sz, fbc); in mlx5_wq_cyc_create() 170 u8 log_wq_sz = MLX5_GET(cqc, cqc, log_cq_size); in mlx5_cqwq_create() local 181 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_cqwq_create() 190 mlx5_init_fbc(wq_ctrl->buf.frags, log_wq_stride, log_wq_sz, &wq->fbc); in mlx5_cqwq_create() 220 u8 log_wq_sz = MLX5_GET(wq, wqc, log_wq_sz); in mlx5_wq_ll_create() local 232 err = mlx5_frag_buf_alloc_node(mdev, wq_get_byte_sz(log_wq_sz, log_wq_stride), in mlx5_wq_ll_create() 239 mlx5_init_fbc(wq_ctrl->buf.frags, log_wq_stride, log_wq_sz, fbc); in mlx5_wq_ll_create()
|
D | en_main.c | 2150 return MLX5_GET(wq, wq, log_wq_sz); in mlx5e_get_rq_log_wq_sz() 2171 MLX5_SET(wq, wq, log_wq_sz, mlx5e_mpwqe_get_log_rq_size(params, xsk)); in mlx5e_build_rq_param() 2174 MLX5_SET(wq, wq, log_wq_sz, params->log_rq_mtu_frames); in mlx5e_build_rq_param() 2230 MLX5_SET(wq, wq, log_wq_sz, params->log_sq_size); in mlx5e_build_sq_param() 2311 MLX5_SET(wq, wq, log_wq_sz, log_wq_size); in mlx5e_build_icosq_param() 2324 MLX5_SET(wq, wq, log_wq_sz, params->log_sq_size); in mlx5e_build_xdpsq_param()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | srq_cmd.c | 33 MLX5_SET(wq, wq, log_wq_sz, in->log_size); in set_wq() 61 in->log_size = MLX5_GET(wq, wq, log_wq_sz); in get_wq()
|
D | cq.c | 665 u8 log_wq_sz = ilog2(cqe_size); in alloc_cq_frag_buf() local 675 mlx5_init_fbc(frag_buf->frags, log_wq_stride, log_wq_sz, &buf->fbc); in alloc_cq_frag_buf()
|
D | qp.c | 1250 MLX5_SET(wq, wq, log_wq_sz, MLX5_GET(qpc, qpc, log_sq_size)); in create_raw_packet_qp_sq() 1341 MLX5_SET(wq, wq, log_wq_sz, MLX5_GET(qpc, qpc, log_rq_size)); in create_raw_packet_qp_rq() 4898 MLX5_SET(wq, wq, log_wq_sz, rwq->log_rq_size); in create_rq()
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 265 u8 log_wq_sz = MLX5_VDPA_LOG_CQE_SIZE; in cq_frag_buf_alloc() local 273 mlx5_init_fbc(frag_buf->frags, log_wq_stride, log_wq_sz, &buf->fbc); in cq_frag_buf_alloc()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | mlx5_ifc.h | 1738 u8 log_wq_sz[0x5]; member
|