/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_cq.c | 217 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 D | cq.h | 170 struct mlx5_core_cq *cq, u16 cq_period, 174 u16 cq_period, 179 u16 cq_period, u16 cq_max_count,
|
H A D | mlx5_ifc.h | 3495 u8 cq_period[0xc]; member
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_dim.c | 45 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 D | mlx5_en_ethtool.c | 923 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 D | mlx5_en_rl.c | 76 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 D | mlx5_en_main.c | 2418 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 D | ib_verbs.h | 200 u16 cq_period; member 324 int bnxt_re_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
H A D | ib_verbs.c | 3881 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 D | mlx4_cq.c | 130 cq_context->cq_period = cpu_to_be16(period); in mlx4_cq_modify()
|
H A D | mlx4.h | 349 __be16 cq_period; member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_cq.c | 94 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 D | mlx4_ib.h | 732 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_cq.c | 1095 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 D | mlx5_ib.h | 937 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 1297 __u16 cq_period; member
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 1557 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 D | ib_uverbs_cmd.c | 3713 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 D | ib_verbs.h | 2273 u16 cq_period); 3394 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|