Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c205 u16 cq_period, in mlx5_core_modify_cq_moderation() argument
213 MLX5_SET(cqc, cqc, cq_period, cq_period); in mlx5_core_modify_cq_moderation()
/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h101 u16 cq_period; member
Dib_verbs.c2605 cq->cq_period = cq->qplib_cq.period; in bnxt_re_create_cq()
/drivers/infiniband/hw/mlx5/
Dcq.c1072 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx5_ib_modify_cq() argument
1081 if (cq_period > MLX5_MAX_CQ_PERIOD) in mlx5_ib_modify_cq()
1085 cq_period, cq_count); in mlx5_ib_modify_cq()
Dmlx5_ib.h1144 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/drivers/infiniband/hw/mlx4/
Dcq.c93 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx4_ib_modify_cq() argument
98 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period); in mlx4_ib_modify_cq()
Dmlx4_ib.h744 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/drivers/net/ethernet/mellanox/mlx4/
Dcq.c182 cq_context->cq_period = cpu_to_be16(period); in mlx4_cq_modify()
Dmlx4.h347 __be16 cq_period; member
/drivers/infiniband/core/
Dverbs.c1962 int rdma_set_cq_moderation(struct ib_cq *cq, u16 cq_count, u16 cq_period) in rdma_set_cq_moderation() argument
1966 cq_period) : -EOPNOTSUPP; in rdma_set_cq_moderation()
Duverbs_cmd.c3705 ret = rdma_set_cq_moderation(cq, cmd.attr.cq_count, cmd.attr.cq_period); in ib_uverbs_ex_modify_cq()
/drivers/infiniband/hw/hns/
Dhns_roce_device.h979 int (*modify_cq)(struct ib_cq *cq, u16 cq_count, u16 cq_period);
Dhns_roce_hw_v2.c4791 static int hns_roce_v2_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in hns_roce_v2_modify_cq() argument
4817 cq_period); in hns_roce_v2_modify_cq()
Dhns_roce_hw_v1.c2154 static int hns_roce_v1_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in hns_roce_v1_modify_cq() argument