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

/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c254 u16 cq_max_count)
262 in.ctx.cq_max_count = cpu_to_be16(cq_max_count);
272 u16 cq_max_count,
281 in.ctx.cq_max_count = cpu_to_be16(cq_max_count);
251 mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u16 cq_period, u16 cq_max_count) argument
269 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
/freebsd-10-stable/sys/dev/mlx5/
H A Dcq.h168 u16 cq_max_count);
172 u16 cq_max_count,
H A Ddevice.h767 __be16 cq_max_count; member in struct:mlx5_cq_context
H A Dmlx5_ifc.h2740 u8 cq_max_count[0x10]; member in struct:mlx5_ifc_cqc_bits
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c143 MLX5E_FLD_MAX(cqc, cq_max_count)) {
145 MLX5E_FLD_MAX(cqc, cq_max_count);
177 MLX5E_FLD_MAX(cqc, cq_max_count)) {
179 MLX5E_FLD_MAX(cqc, cq_max_count);
719 priv->params_ethtool.coalesce_pkts_max = MLX5E_FLD_MAX(cqc, cq_max_count);
H A Dmlx5_en_main.c1769 MLX5_SET(cqc, cqc, cq_max_count, priv->params.rx_cq_moderation_pkts);
1794 MLX5_SET(cqc, cqc, cq_max_count, priv->params.tx_cq_moderation_pkts);
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dcq.c142 cq_context->cq_max_count = cpu_to_be16(count);
H A Dmlx4.h341 __be16 cq_max_count; member in struct:mlx4_cq_context
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c1033 in->ctx.cq_max_count = cpu_to_be16(cq_count);

Completed in 149 milliseconds