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

/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c46 MLX5_SET(cqc, cqc, cq_max_count, prof.pkts);
53 MLX5_SET(cqc, cqc, cq_max_count, prof.pkts);
H A Dmlx5_en_ethtool.c940 MLX5E_FLD_MAX(cqc, cq_max_count)) {
942 MLX5E_FLD_MAX(cqc, cq_max_count);
974 MLX5E_FLD_MAX(cqc, cq_max_count)) {
976 MLX5E_FLD_MAX(cqc, cq_max_count);
1441 priv->params_ethtool.coalesce_pkts_max = MLX5E_FLD_MAX(cqc, cq_max_count);
H A Dmlx5_en_rl.c77 MLX5_SET(cqc, cqc, cq_max_count, rl->param.tx_coalesce_pkts);
1524 else if (value > MLX5E_FLD_MAX(cqc, cq_max_count))
1525 value = MLX5E_FLD_MAX(cqc, cq_max_count);
H A Dmlx5_en_main.c2424 MLX5_SET(cqc, cqc, cq_max_count, priv->params.rx_cq_moderation_pkts);
2429 MLX5_SET(cqc, cqc, cq_max_count, priv->params.rx_cq_moderation_pkts);
2438 MLX5_SET(cqc, cqc, cq_max_count, curr.pkts);
2444 MLX5_SET(cqc, cqc, cq_max_count, curr.pkts);
2467 MLX5_SET(cqc, cqc, cq_max_count, priv->params.tx_cq_moderation_pkts);
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c218 u16 cq_max_count)
222 cq_period, cq_max_count, 0, 0));
228 u16 cq_max_count,
233 cq_period, cq_max_count, cq_mode, 0));
239 u16 cq_period, u16 cq_max_count, u8 cq_mode, u8 cq_eqn)
249 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count);
215 mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u16 cq_period, u16 cq_max_count) argument
225 mlx5_core_modify_cq_moderation_mode(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u16 cq_period, u16 cq_max_count, u8 cq_mode) argument
237 mlx5_core_modify_cq_by_mask(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u32 mask, u16 cq_period, u16 cq_max_count, u8 cq_mode, u8 cq_eqn) argument
/freebsd-current/sys/dev/mlx5/
H A Dcq.h165 u16 cq_max_count);
169 u16 cq_max_count,
173 u16 cq_period, u16 cq_max_count,
H A Dmlx5_ifc.h3227 u8 cq_max_count[0x10]; member in struct:mlx5_ifc_cqc_bits
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c129 cq_context->cq_max_count = cpu_to_be16(count);
H A Dmlx4.h350 __be16 cq_max_count; member in struct:mlx4_cq_context

Completed in 273 milliseconds