Home
last modified time | relevance | path

Searched refs:cq_count (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.h135 atomic_t cq_count; member
201 atomic_set(&rsors->cq_count, 0); in bnxt_re_clear_rsors_stat()
H A Dib_verbs.h199 u16 cq_count; member
324 int bnxt_re_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
H A Dib_verbs.c3702 atomic_dec(&rdev->stats.rsors.cq_count); in bnxt_re_destroy_cq()
3748 if (atomic_read(&rdev->stats.rsors.cq_count) >= dev_attr->max_cq) { in bnxt_re_create_cq()
3883 atomic_inc(&rdev->stats.rsors.cq_count); in bnxt_re_create_cq()
3884 max_active_cqs = atomic_read(&rdev->stats.rsors.cq_count); 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()
3955 cq->qplib_cq.count = cq_count; in bnxt_re_modify_cq()
3964 cq->cq_count = cq_count; in bnxt_re_modify_cq()
H A Dstats.c675 stats->value[BNXT_RE_ACTIVE_CQ] = atomic_read(&rdev->stats.rsors.cq_count); in bnxt_re_get_hw_stats()
H A Dmain.c3466 while (atomic_read(&rdev->stats.rsors.cq_count) && --wait_count) in bnxt_re_dev_uninit()
3471 atomic_read(&rdev->stats.rsors.cq_count)); in bnxt_re_dev_uninit()
/freebsd/sys/dev/enic/
H A Denic_res.c211 enic->cq_count = enic->conf_cq_count; in enic_get_res_counts()
H A Denic.h252 unsigned int cq_count; /* equals rq_count + wq_count */ member
/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c450 ocs_ddump_value(textbuf, "n_cq", "%d", hw->cq_count); in ocs_ddump_hw()
464 ocs_ddump_sli4_queue(textbuf, "cq", hw, hw->cq, hw->cq_count, in ocs_ddump_hw()
H A Docs_hw_queues.c84 hw->cq_count = 0; in ocs_hw_init_queues()
407 cq->instance = eq->hw->cq_count++; in hw_new_cq()
461 cq->instance = hw->cq_count++; in hw_new_cq_set()
H A Docs_hw.h943 uint32_t cq_count; member
H A Docs_hw.c966 for (i = 0; i < hw->cq_count; i++) { in ocs_hw_init()
1272 for (i = 0; i < hw->cq_count; i++) { in ocs_hw_teardown()
1437 for (i = 0; i < hw->cq_count; i++) { in ocs_hw_reset()
2205 for (i = 0; i < hw->cq_count; i++) { in ocs_hw_eq_process()
H A Dsli4.h825 cq_count:16; member
H A Dsli4.c3796 sli4->config.max_qcount[SLI_QTYPE_CQ] = read_config->cq_count; in sli_get_config()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c94 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 Dmlx4_ib.h732 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h585 u64 cq_count; member
H A Decore_rdma_api.h655 u64 cq_count; member
H A Decore_rdma.c2544 out_params->cq_count = OSAL_BITMAP_WEIGHT(bitmap, nbits); in ecore_rdma_query_counters()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c1095 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 Dmlx5_ib.h937 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h1296 __u16 cq_count; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1557 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 Dib_uverbs_cmd.c3713 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 Dib_verbs.h2272 int (*modify_cq)(struct ib_cq *cq, u16 cq_count,
3394 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd/sys/dev/oce/
H A Doce_hw.h2106 uint16_t cq_count; member