Searched refs:cq_max_count (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_cq.c | 218 u16 cq_max_count) in mlx5_core_modify_cq_moderation() argument 222 cq_period, cq_max_count, 0, 0)); in mlx5_core_modify_cq_moderation() 228 u16 cq_max_count, in mlx5_core_modify_cq_moderation_mode() argument 233 cq_period, cq_max_count, cq_mode, 0)); in mlx5_core_modify_cq_moderation_mode() 239 u16 cq_period, u16 cq_max_count, u8 cq_mode, u8 cq_eqn) in mlx5_core_modify_cq_by_mask() argument 249 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5_core_modify_cq_by_mask()
|
/freebsd/sys/dev/mlx5/ |
H A D | cq.h | 171 u16 cq_max_count); 175 u16 cq_max_count, 179 u16 cq_period, u16 cq_max_count,
|
H A D | mlx5_ifc.h | 3504 u8 cq_max_count[0x10]; 3227 u8 cq_max_count[0x10]; global() member
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_dim.c | 46 MLX5_SET(cqc, cqc, cq_max_count, prof.pkts); in mlx5e_dim_build_cq_param() 53 MLX5_SET(cqc, cqc, cq_max_count, prof.pkts); in mlx5e_dim_build_cq_param()
|
H A D | mlx5_en_ethtool.c | 940 MLX5E_FLD_MAX(cqc, cq_max_count)) { in mlx5e_ethtool_handler() 942 MLX5E_FLD_MAX(cqc, cq_max_count); in mlx5e_ethtool_handler() 974 MLX5E_FLD_MAX(cqc, cq_max_count)) { in mlx5e_ethtool_handler() 976 MLX5E_FLD_MAX(cqc, cq_max_count); in mlx5e_ethtool_handler() 1441 priv->params_ethtool.coalesce_pkts_max = MLX5E_FLD_MAX(cqc, cq_max_count); in mlx5e_create_ethtool()
|
H A D | mlx5_en_rl.c | 77 MLX5_SET(cqc, cqc, cq_max_count, rl->param.tx_coalesce_pkts); in mlx5e_rl_build_cq_param() 1524 else if (value > MLX5E_FLD_MAX(cqc, cq_max_count)) in mlx5e_rl_sysctl_handler() 1525 value = MLX5E_FLD_MAX(cqc, cq_max_count); in mlx5e_rl_sysctl_handler()
|
H A D | mlx5_en_main.c | 2429 MLX5_SET(cqc, cqc, cq_max_count, priv->params.rx_cq_moderation_pkts); in mlx5e_build_rx_cq_param() 2434 MLX5_SET(cqc, cqc, cq_max_count, priv->params.rx_cq_moderation_pkts); in mlx5e_build_rx_cq_param() 2443 MLX5_SET(cqc, cqc, cq_max_count, curr.pkts); in mlx5e_build_rx_cq_param() 2449 MLX5_SET(cqc, cqc, cq_max_count, curr.pkts); in mlx5e_build_rx_cq_param() 2472 MLX5_SET(cqc, cqc, cq_max_count, priv->params.tx_cq_moderation_pkts); in mlx5e_build_tx_cq_param()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_cq.c | 129 cq_context->cq_max_count = cpu_to_be16(count); in mlx4_cq_modify()
|
H A D | mlx4.h | 350 __be16 cq_max_count; member
|