Searched refs:log_cq_size (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 170 u8 log_wq_sz = MLX5_GET(cqc, cqc, log_cq_size); in mlx5_cqwq_create()
|
D | debugfs.c | 347 param = 1 << MLX5_GET(cqc, ctx, log_cq_size); in cq_read_field()
|
D | en_main.c | 2254 u8 log_cq_size; in mlx5e_build_rx_cq_param() local 2258 log_cq_size = mlx5e_mpwqe_get_log_rq_size(params, xsk) + in mlx5e_build_rx_cq_param() 2263 log_cq_size = params->log_rq_mtu_frames; in mlx5e_build_rx_cq_param() 2266 MLX5_SET(cqc, cqc, log_cq_size, log_cq_size); in mlx5e_build_rx_cq_param() 2283 MLX5_SET(cqc, cqc, log_cq_size, params->log_sq_size); in mlx5e_build_tx_cq_param() 2295 MLX5_SET(cqc, cqc, log_cq_size, log_wq_size); in mlx5e_build_ico_cq_param()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 1077 MLXSW_ITEM32(cmd_mbox, sw2hw_cq, log_cq_size, 0x00, 0, 4);
|
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 725 MLX5_SET(cqc, temp_cqc, log_cq_size, ilog2(ncqe)); in dr_create_cq() 754 MLX5_SET(cqc, cqc, log_cq_size, ilog2(ncqe)); in dr_create_cq()
|
/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 425 MLX5_SET(cqc, temp_cqc, log_cq_size, ilog2(cq_size)); in mlx5_fpga_conn_create_cq() 455 MLX5_SET(cqc, cqc, log_cq_size, ilog2(cq_size)); in mlx5_fpga_conn_create_cq()
|
/drivers/infiniband/hw/mlx5/ |
D | cq.c | 982 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries)); in mlx5_ib_create_cq() 1323 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries)); in mlx5_ib_resize_cq()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 3083 int log_cq_size = (be32_to_cpu(cqc->logsize_usrpage) >> 24) & 0x1f; in cq_get_mtt_size() local 3086 if (log_cq_size + 5 < page_shift) in cq_get_mtt_size() 3089 return 1 << (log_cq_size + 5 - page_shift); in cq_get_mtt_size()
|
/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 558 MLX5_SET(cqc, cqc, log_cq_size, ilog2(num_ent)); in cq_create()
|