Home
last modified time | relevance | path

Searched refs:qp_count (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/ntb/
Dntb_transport.c231 unsigned int qp_count; member
621 unsigned int mw_num, mw_count, qp_count; in ntb_transport_setup_qp_mw() local
626 qp_count = nt->qp_count; in ntb_transport_setup_qp_mw()
634 if (mw_num < qp_count % mw_count) in ntb_transport_setup_qp_mw()
635 num_qps_mw = qp_count / mw_count + 1; in ntb_transport_setup_qp_mw()
637 num_qps_mw = qp_count / mw_count; in ntb_transport_setup_qp_mw()
774 for (i = 0; i < nt->qp_count; i++) in ntb_transport_msi_peer_desc_changed()
785 for (i = 0; i < nt->qp_count; i++) in ntb_transport_msi_desc_changed()
977 for (i = 0; i < nt->qp_count; i++) in ntb_transport_link_cleanup()
1040 for (i = 0; i < nt->qp_count; i++) in ntb_transport_link_work()
[all …]
/linux-6.1.9/drivers/infiniband/hw/bnxt_re/
Dbnxt_re.h163 atomic_t qp_count; member
Dhw_counters.c265 stats->value[BNXT_RE_ACTIVE_QP] = atomic_read(&rdev->qp_count); in bnxt_re_ib_get_hw_stats()
Dib_verbs.c781 atomic_dec(&rdev->qp_count); in bnxt_re_destroy_gsi_sqp()
828 atomic_dec(&rdev->qp_count); in bnxt_re_destroy_qp()
1081 atomic_inc(&rdev->qp_count); in bnxt_re_create_shadow_qp()
1463 atomic_inc(&rdev->qp_count); in bnxt_re_create_qp()
Dmain.c777 atomic_set(&rdev->qp_count, 0); in bnxt_re_dev_add()
/linux-6.1.9/drivers/infiniband/hw/irdma/
Dprotos.h80 int irdma_cfg_fpm_val(struct irdma_sc_dev *dev, u32 qp_count);
Dctrl.c4770 int irdma_cfg_fpm_val(struct irdma_sc_dev *dev, u32 qp_count) in irdma_cfg_fpm_val() argument
4803 qpwanted = min(qp_count, hmc_info->hmc_obj[IRDMA_HMC_IW_QP].max_cnt); in irdma_cfg_fpm_val()
4816 qp_count, hmc_fpm_misc->max_sds, in irdma_cfg_fpm_val()
/linux-6.1.9/include/linux/qed/
Dqed_rdma_if.h445 u64 qp_count; member