/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | stats.h | 135 atomic_t cq_count; member 201 atomic_set(&rsors->cq_count, 0); in bnxt_re_clear_rsors_stat()
|
H A D | ib_verbs.h | 199 u16 cq_count; member 324 int bnxt_re_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
H A D | ib_verbs.c | 3702 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 D | stats.c | 675 stats->value[BNXT_RE_ACTIVE_CQ] = atomic_read(&rdev->stats.rsors.cq_count); in bnxt_re_get_hw_stats()
|
H A D | main.c | 3466 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 D | enic_res.c | 211 enic->cq_count = enic->conf_cq_count; in enic_get_res_counts()
|
H A D | enic.h | 252 unsigned int cq_count; /* equals rq_count + wq_count */ member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_ddump.c | 450 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 D | ocs_hw_queues.c | 84 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 D | ocs_hw.h | 943 uint32_t cq_count; member
|
H A D | ocs_hw.c | 966 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 D | sli4.h | 825 cq_count:16; member
|
H A D | sli4.c | 3796 sli4->config.max_qcount[SLI_QTYPE_CQ] = read_config->cq_count; in sli_get_config()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_cq.c | 94 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 D | mlx4_ib.h | 732 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_roce_api.h | 585 u64 cq_count; member
|
H A D | ecore_rdma_api.h | 655 u64 cq_count; member
|
H A D | ecore_rdma.c | 2544 out_params->cq_count = OSAL_BITMAP_WEIGHT(bitmap, nbits); in ecore_rdma_query_counters()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_cq.c | 1095 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 D | mlx5_ib.h | 937 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 1296 __u16 cq_count; member
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 1557 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 D | ib_uverbs_cmd.c | 3713 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 D | ib_verbs.h | 2272 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 D | oce_hw.h | 2106 uint16_t cq_count; member
|