Searched refs:log_cq_size (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/mlx5/ |
D | cq.h | 115 u8 log_cq_size; member
|
D | driver.h | 1019 MLX5_GET(cqc, cqc, log_cq_size), in mlx5_core_init_cq_frag_buf()
|
D | mlx5_ifc.h | 3140 u8 log_cq_size[0x5]; member
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | cq.c | 736 MLX5_SET(cqc, cqc_buff, log_cq_size, ilog2(cqe_size)); in alloc_cq_frag_buf() 1046 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries)); in mlx5_ib_create_cq() 1410 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries)); in mlx5_ib_resize_cq()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 414 param = 1 << MLX5_GET(cqc, ctx, log_cq_size); in cq_read_field()
|
D | en_main.c | 2216 u8 log_cq_size; in mlx5e_build_rx_cq_param() local 2220 log_cq_size = mlx5e_mpwqe_get_log_rq_size(params) + in mlx5e_build_rx_cq_param() 2224 log_cq_size = params->log_rq_mtu_frames; in mlx5e_build_rx_cq_param() 2227 MLX5_SET(cqc, cqc, log_cq_size, log_cq_size); in mlx5e_build_rx_cq_param() 2243 MLX5_SET(cqc, cqc, log_cq_size, params->log_sq_size); in mlx5e_build_tx_cq_param() 2255 MLX5_SET(cqc, cqc, log_cq_size, log_wq_size); in mlx5e_build_ico_cq_param()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 1053 MLXSW_ITEM32(cmd_mbox, sw2hw_cq, log_cq_size, 0x00, 0, 4);
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 441 MLX5_SET(cqc, temp_cqc, log_cq_size, ilog2(cq_size)); in mlx5_fpga_conn_create_cq() 469 MLX5_SET(cqc, cqc, log_cq_size, ilog2(cq_size)); in mlx5_fpga_conn_create_cq()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 3073 int log_cq_size = (be32_to_cpu(cqc->logsize_usrpage) >> 24) & 0x1f; in cq_get_mtt_size() local 3076 if (log_cq_size + 5 < page_shift) in cq_get_mtt_size() 3079 return 1 << (log_cq_size + 5 - page_shift); in cq_get_mtt_size()
|