Home
last modified time | relevance | path

Searched refs:devlim (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c273 hermon_hw_querydevlim_t *devlim; in hermon_cfg_profile_init_phase2() local
279 devlim = &state->hs_devlim; in hermon_cfg_profile_init_phase2()
305 devlim->log_max_mrw_sz); in hermon_cfg_profile_init_phase2()
319 (1 << devlim->log_max_qp_mcg) - 8); in hermon_cfg_profile_init_phase2()
333 size = devlim->log_max_uar_sz; in hermon_cfg_profile_init_phase2()
336 if (devlim->blu_flm) in hermon_cfg_profile_init_phase2()
344 devlim->num_rsvd_uar : 128; in hermon_cfg_profile_init_phase2()
348 cp->cp_log_max_qp_sz = devlim->log_max_qp_sz; in hermon_cfg_profile_init_phase2()
349 cp->cp_log_max_cq_sz = devlim->log_max_cq_sz; in hermon_cfg_profile_init_phase2()
350 cp->cp_log_max_srq_sz = devlim->log_max_srq_sz; in hermon_cfg_profile_init_phase2()
[all …]
H A Dhermon_rsrc.c810 hermon_hw_querydevlim_t *devlim; in hermon_rsrc_init_phase2() local
833 devlim = &state->hs_devlim; in hermon_rsrc_init_phase2()
857 max = ((uint64_t)1 << devlim->log_max_mtt); in hermon_rsrc_init_phase2()
864 max = ((uint64_t)1 << devlim->log_max_dmpt); in hermon_rsrc_init_phase2()
871 max = ((uint64_t)1 << devlim->log_max_qp); in hermon_rsrc_init_phase2()
872 num_prealloc = ((uint64_t)1 << devlim->log_rsvd_qp); in hermon_rsrc_init_phase2()
878 max = ((uint64_t)1 << devlim->log_max_cq); in hermon_rsrc_init_phase2()
885 max = ((uint64_t)1 << devlim->log_max_srq); in hermon_rsrc_init_phase2()
892 max = ((uint64_t)1 << devlim->log_max_eq); in hermon_rsrc_init_phase2()
954 max = ((uint64_t)1 << devlim->log_max_mcg); in hermon_rsrc_init_phase2()
[all …]
H A Dhermon.c1516 hermon_hw_querydevlim_t *devlim; in hermon_size_icm() local
1527 devlim = &state->hs_devlim; in hermon_size_icm()
1547 num_mtts * devlim->mtt_entry_sz + in hermon_size_icm()
1548 num_qpcs * devlim->qpc_entry_sz + in hermon_size_icm()
1549 num_srqc * devlim->srq_entry_sz + in hermon_size_icm()
1551 num_cqcs * devlim->cqc_entry_sz + in hermon_size_icm()
1552 num_altc * devlim->altc_entry_sz + in hermon_size_icm()
1556 num_auxc * devlim->aux_entry_sz + in hermon_size_icm()
1558 num_eqcs * devlim->eqc_entry_sz + in hermon_size_icm()
2852 hermon_hw_querydevlim_t *devlim; in hermon_icm_config_setup() local
[all …]
H A Dhermon_fm.c483 hermon_hw_querydevlim_t *devlim; in hermon_fm_ereport_init() local
646 devlim = &state->hs_devlim; in hermon_fm_ereport_init()
649 num_prealloc = max(devlim->num_rsvd_uar, 128); in hermon_fm_ereport_init()