Searched refs:cq_period (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c253 u16 cq_period,
261 in.ctx.cq_period = cpu_to_be16(cq_period);
271 u16 cq_period,
280 in.ctx.cq_period = cpu_to_be16(cq_period);
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.h167 struct mlx5_core_cq *cq, u16 cq_period,
171 u16 cq_period,
H A Ddevice.h766 __be16 cq_period; member in struct:mlx5_cq_context
H A Dmlx5_ifc.h2739 u8 cq_period[0xc]; member in struct:mlx5_ifc_cqc_bits
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c126 MLX5E_FLD_MAX(cqc, cq_period)) {
128 MLX5E_FLD_MAX(cqc, cq_period);
160 MLX5E_FLD_MAX(cqc, cq_period)) {
162 MLX5E_FLD_MAX(cqc, cq_period);
720 priv->params_ethtool.coalesce_usecs_max = MLX5E_FLD_MAX(cqc, cq_period);
H A Dmlx5_en_main.c1768 MLX5_SET(cqc, cqc, cq_period, priv->params.rx_cq_moderation_usec);
1793 MLX5_SET(cqc, cqc, cq_period, priv->params.tx_cq_moderation_usec);
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c1008 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
1025 if (cq_period & 0xf000) {
1028 cq_period = 0xfff;
1032 in->ctx.cq_period = cpu_to_be16(cq_period);
H A Dmlx5_ib.h691 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dcq.c143 cq_context->cq_period = cpu_to_be16(period);
H A Dmlx4.h340 __be16 cq_period; member in struct:mlx4_cq_context
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dverbs.c745 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
748 cq->device->modify_cq(cq, cq_count, cq_period) : -ENOSYS;
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c95 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
100 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period);
H A Dmlx4_ib.h655 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1324 u16 cq_period);
2088 * @cq_period: max period of time in usec before triggering an event
2091 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);

Completed in 286 milliseconds