Searched defs:devlim (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c89 * We could in the future read in uar_sz from devlim, and thus
273 hermon_hw_querydevlim_t *devlim; local
279 devlim = &state->hs_devlim;
300 cp->cp_log_num_mtt = min(hermon_log_num_mtt, devlim->log_max_mtt);
301 cp->cp_log_num_dmpt = min(hermon_log_num_dmpt, devlim->log_max_dmpt);
305 devlim->log_max_mrw_sz);
306 cp->cp_log_num_pd = min(hermon_log_num_pd, devlim->log_max_pd);
307 cp->cp_log_num_qp = min(hermon_log_num_qp, devlim->log_max_qp);
308 cp->cp_log_num_cq = min(hermon_log_num_cq, devlim->log_max_cq);
309 cp->cp_log_num_srq = min(hermon_log_num_srq, devlim
[all...]
H A Dhermon_fm.c483 hermon_hw_querydevlim_t *devlim; local
646 devlim = &state->hs_devlim;
649 num_prealloc = max(devlim->num_rsvd_uar, 128);
H A Dhermon_rsrc.c810 hermon_hw_querydevlim_t *devlim; local
833 devlim = &state->hs_devlim;
857 max = ((uint64_t)1 << devlim->log_max_mtt);
858 num_prealloc = ((uint64_t)1 << devlim->log_rsvd_mtt);
864 max = ((uint64_t)1 << devlim->log_max_dmpt);
865 num_prealloc = ((uint64_t)1 << devlim->log_rsvd_dmpt);
871 max = ((uint64_t)1 << devlim->log_max_qp);
872 num_prealloc = ((uint64_t)1 << devlim->log_rsvd_qp);
878 max = ((uint64_t)1 << devlim->log_max_cq);
879 num_prealloc = ((uint64_t)1 << devlim
[all...]
H A Dhermon.c1516 hermon_hw_querydevlim_t *devlim; local
1527 devlim = &state->hs_devlim;
1545 num_cmpts * devlim->cmpt_entry_sz +
1546 num_dmpts * devlim->dmpt_entry_sz +
1547 num_mtts * devlim->mtt_entry_sz +
1548 num_qpcs * devlim->qpc_entry_sz +
1549 num_srqc * devlim->srq_entry_sz +
1550 num_rdbs * devlim->rdmardc_entry_sz +
1551 num_cqcs * devlim->cqc_entry_sz +
1552 num_altc * devlim
2852 hermon_hw_querydevlim_t *devlim; local
[all...]

Completed in 83 milliseconds