Home
last modified time | relevance | path

Searched refs:cq_max_count (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c218 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 Dcq.h171 u16 cq_max_count);
175 u16 cq_max_count,
179 u16 cq_period, u16 cq_max_count,
H A Dmlx5_ifc.h3504 u8 cq_max_count[0x10];
3227 u8 cq_max_count[0x10]; global() member
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c46 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 Dmlx5_en_ethtool.c940 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 Dmlx5_en_rl.c77 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 Dmlx5_en_main.c2429 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 Dmlx4_cq.c129 cq_context->cq_max_count = cpu_to_be16(count); in mlx4_cq_modify()
H A Dmlx4.h350 __be16 cq_max_count; member