Searched refs:cq_period (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 205 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/ |
D | ib_verbs.h | 101 u16 cq_period; member
|
D | ib_verbs.c | 2605 cq->cq_period = cq->qplib_cq.period; in bnxt_re_create_cq()
|
/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1072 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()
|
D | mlx5_ib.h | 1144 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
/drivers/infiniband/hw/mlx4/ |
D | cq.c | 93 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()
|
D | mlx4_ib.h | 744 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | cq.c | 182 cq_context->cq_period = cpu_to_be16(period); in mlx4_cq_modify()
|
D | mlx4.h | 347 __be16 cq_period; member
|
/drivers/infiniband/core/ |
D | verbs.c | 1962 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()
|
D | uverbs_cmd.c | 3705 ret = rdma_set_cq_moderation(cq, cmd.attr.cq_count, cmd.attr.cq_period); in ib_uverbs_ex_modify_cq()
|
/drivers/infiniband/hw/hns/ |
D | hns_roce_device.h | 979 int (*modify_cq)(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
D | hns_roce_hw_v2.c | 4791 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()
|
D | hns_roce_hw_v1.c | 2154 static int hns_roce_v1_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in hns_roce_v1_modify_cq() argument
|