cq_period        3694 drivers/infiniband/core/uverbs_cmd.c 	ret = rdma_set_cq_moderation(cq, cmd.attr.cq_count, cmd.attr.cq_period);
cq_period        1952 drivers/infiniband/core/verbs.c int rdma_set_cq_moderation(struct ib_cq *cq, u16 cq_count, u16 cq_period)
cq_period        1956 drivers/infiniband/core/verbs.c 					  cq_period) : -EOPNOTSUPP;
cq_period        2605 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	cq->cq_period = cq->qplib_cq.period;
cq_period         101 drivers/infiniband/hw/bnxt_re/ib_verbs.h 	u16			cq_period;
cq_period         978 drivers/infiniband/hw/hns/hns_roce_device.h 	int (*modify_cq)(struct ib_cq *cq, u16 cq_count, u16 cq_period);
cq_period        2151 drivers/infiniband/hw/hns/hns_roce_hw_v1.c static int hns_roce_v1_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
cq_period        4793 drivers/infiniband/hw/hns/hns_roce_hw_v2.c static int hns_roce_v2_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
cq_period        4819 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		       cq_period);
cq_period          93 drivers/infiniband/hw/mlx4/cq.c int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
cq_period          98 drivers/infiniband/hw/mlx4/cq.c 	return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period);
cq_period         744 drivers/infiniband/hw/mlx4/mlx4_ib.h int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
cq_period        1095 drivers/infiniband/hw/mlx5/cq.c int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
cq_period        1104 drivers/infiniband/hw/mlx5/cq.c 	if (cq_period > MLX5_MAX_CQ_PERIOD)
cq_period        1108 drivers/infiniband/hw/mlx5/cq.c 					     cq_period, cq_count);
cq_period        1145 drivers/infiniband/hw/mlx5/mlx5_ib.h int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
cq_period         182 drivers/net/ethernet/mellanox/mlx4/cq.c 	cq_context->cq_period    = cpu_to_be16(period);
cq_period         347 drivers/net/ethernet/mellanox/mlx4/mlx4.h 	__be16			cq_period;
cq_period         205 drivers/net/ethernet/mellanox/mlx5/core/cq.c 				   u16 cq_period,
cq_period         213 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(cqc, cqc, cq_period, cq_period);
cq_period         133 include/linux/mlx5/cq.h #define MLX5_MAX_CQ_PERIOD (BIT(__mlx5_bit_sz(cqc, cq_period)) - 1)
cq_period         195 include/linux/mlx5/cq.h 				   struct mlx5_core_cq *cq, u16 cq_period,
cq_period        3548 include/linux/mlx5/mlx5_ifc.h 	u8         cq_period[0xc];
cq_period        2391 include/rdma/ib_verbs.h 	int (*modify_cq)(struct ib_cq *cq, u16 cq_count, u16 cq_period);
cq_period        3842 include/rdma/ib_verbs.h int rdma_set_cq_moderation(struct ib_cq *cq, u16 cq_count, u16 cq_period);
cq_period        1292 include/uapi/rdma/ib_user_verbs.h 	__u16 cq_period;