Home
last modified time | relevance | path

Searched refs:cq_period (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c217 u16 cq_period, in mlx5_core_modify_cq_moderation() argument
222 cq_period, cq_max_count, 0, 0)); in mlx5_core_modify_cq_moderation()
227 u16 cq_period, 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
247 MLX5_SET(cqc, cqc, cq_period, cq_period); in mlx5_core_modify_cq_by_mask()
/freebsd/sys/dev/mlx5/
H A Dcq.h170 struct mlx5_core_cq *cq, u16 cq_period,
174 u16 cq_period,
179 u16 cq_period, u16 cq_max_count,
H A Dmlx5_ifc.h3495 u8 cq_period[0xc]; member
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c45 MLX5_SET(cqc, cqc, cq_period, prof.usec); in mlx5e_dim_build_cq_param()
52 MLX5_SET(cqc, cqc, cq_period, prof.usec); in mlx5e_dim_build_cq_param()
H A Dmlx5_en_ethtool.c923 MLX5E_FLD_MAX(cqc, cq_period)) { in mlx5e_ethtool_handler()
925 MLX5E_FLD_MAX(cqc, cq_period); in mlx5e_ethtool_handler()
957 MLX5E_FLD_MAX(cqc, cq_period)) { in mlx5e_ethtool_handler()
959 MLX5E_FLD_MAX(cqc, cq_period); in mlx5e_ethtool_handler()
1440 priv->params_ethtool.coalesce_usecs_max = MLX5E_FLD_MAX(cqc, cq_period); in mlx5e_create_ethtool()
H A Dmlx5_en_rl.c76 MLX5_SET(cqc, cqc, cq_period, rl->param.tx_coalesce_usecs); in mlx5e_rl_build_cq_param()
1509 else if (value > MLX5E_FLD_MAX(cqc, cq_period)) in mlx5e_rl_sysctl_handler()
1510 value = MLX5E_FLD_MAX(cqc, cq_period); in mlx5e_rl_sysctl_handler()
H A Dmlx5_en_main.c2418 MLX5_SET(cqc, cqc, cq_period, priv->params.rx_cq_moderation_usec); in mlx5e_build_rx_cq_param()
2423 MLX5_SET(cqc, cqc, cq_period, priv->params.rx_cq_moderation_usec); in mlx5e_build_rx_cq_param()
2432 MLX5_SET(cqc, cqc, cq_period, curr.usec); in mlx5e_build_rx_cq_param()
2438 MLX5_SET(cqc, cqc, cq_period, curr.usec); in mlx5e_build_rx_cq_param()
2461 MLX5_SET(cqc, cqc, cq_period, priv->params.tx_cq_moderation_usec); in mlx5e_build_tx_cq_param()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h200 u16 cq_period; member
324 int bnxt_re_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
H A Dib_verbs.c3881 cq->cq_period = qplcq->period; in bnxt_re_create_cq()
3948 int bnxt_re_modify_cq(struct ib_cq *ib_cq, u16 cq_count, u16 cq_period) in bnxt_re_modify_cq() argument
3954 if ((cq->cq_count != cq_count) || (cq->cq_period != cq_period)) { in bnxt_re_modify_cq()
3956 cq->qplib_cq.period = cq_period; in bnxt_re_modify_cq()
3965 cq->cq_period = cq_period; in bnxt_re_modify_cq()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c130 cq_context->cq_period = cpu_to_be16(period); in mlx4_cq_modify()
H A Dmlx4.h349 __be16 cq_period; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c94 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx4_ib_modify_cq() argument
99 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period); in mlx4_ib_modify_cq()
H A Dmlx4_ib.h732 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c1095 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx5_ib_modify_cq() argument
1105 cq_period, cq_count); in mlx5_ib_modify_cq()
H A Dmlx5_ib.h937 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h1297 __u16 cq_period; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1557 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in ib_modify_cq() argument
1560 cq->device->modify_cq(cq, cq_count, cq_period) : -ENOSYS; in ib_modify_cq()
H A Dib_uverbs_cmd.c3713 ret = ib_modify_cq(cq, cmd.attr.cq_count, cmd.attr.cq_period); in ib_uverbs_ex_modify_cq()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2273 u16 cq_period);
3394 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);