Searched refs:cq_count (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs_compat.h188 u16 cq_count; member in struct:ib_cq_attr::__anon8319
353 return (ib_modify_cq(cq, cq_attr->moderation.cq_count,
H A Dib_verbs.h1992 int (*modify_cq)(struct ib_cq *cq, u16 cq_count,
2860 * @cq_count: number of CQEs that will trigger an event
2864 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h590 u64 cq_count; member in struct:ecore_rdma_counters_out_params
H A Decore_rdma_api.h657 u64 cq_count; member in struct:ecore_rdma_counters_out_params
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ddump.c456 ocs_ddump_value(textbuf, "n_cq", "%d", hw->cq_count);
470 ocs_ddump_sli4_queue(textbuf, "cq", hw, hw->cq, hw->cq_count,
H A Docs_hw_queues.c86 hw->cq_count = 0;
401 cq->instance = eq->hw->cq_count++;
455 cq->instance = hw->cq_count++;
H A Docs_hw.h950 uint32_t cq_count; member in struct:ocs_hw_s
H A Docs_hw.c961 for (i = 0; i < hw->cq_count; i++) {
1270 for (i = 0; i < hw->cq_count; i++) {
1435 for (i = 0; i < hw->cq_count; i++) {
2206 for (i = 0; i < hw->cq_count; i++) {
H A Dsli4.h776 cq_count:16; member in struct:sli4_res_read_config_s
H A Dsli4.c3690 sli4->config.max_qcount[SLI_QTYPE_CQ] = read_config->cq_count;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c93 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
98 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period);
H A Dmlx4_ib.h743 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1380 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
1383 cq->device->modify_cq(cq, cq_count, cq_period) : -ENOSYS;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c1097 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
1107 cq_period, cq_count);
H A Dmlx5_ib.h831 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h2135 uint16_t cq_count; member in struct:oce_nic_resc_desc

Completed in 406 milliseconds