Home
last modified time | relevance | path

Searched refs:hs_devlim (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1527 devlim = &state->hs_devlim; in hermon_size_icm()
1832 &state->hs_devlim, sizeof (hermon_hw_querydevlim_t), in hermon_hw_init()
1843 state->hs_rsvd_eqs = max(state->hs_devlim.num_rsvd_eq, in hermon_hw_init()
1844 (4 * state->hs_devlim.num_rsvd_uar)); in hermon_hw_init()
1853 if (state->hs_devlim.blu_flm) { /* Blue Flame Enabled */ in hermon_hw_init()
1854 offset = (uint64_t)1 << (state->hs_devlim.log_max_uar_sz + 20); in hermon_hw_init()
1868 if (state->hs_devlim.blu_flm) { /* Blue Flame Enabled */ in hermon_hw_init()
1869 offset = (uint64_t)1 << (state->hs_devlim.log_max_uar_sz + 20); in hermon_hw_init()
2435 if (state->hs_devlim.ud_multi) { in hermon_soft_state_init()
2438 if (state->hs_devlim.atomic) { in hermon_soft_state_init()
[all …]
H A Dhermon_cfg.c279 devlim = &state->hs_devlim; in hermon_cfg_profile_init_phase2()
446 max_size = min(max_size, state->hs_devlim.max_desc_sz_sq); in hermon_cfg_wqe_sizes()
H A Dhermon_fm.c613 if (state->hs_devlim.blu_flm) { in hermon_fm_ereport_init()
615 (state->hs_devlim.log_max_uar_sz + 20); in hermon_fm_ereport_init()
646 devlim = &state->hs_devlim; in hermon_fm_ereport_init()
H A Dhermon_srq.c606 if ((state->hs_devlim.mod_wr_srq == 0) || in hermon_srq_modify()
H A Dhermon_rsrc.c833 devlim = &state->hs_devlim; in hermon_rsrc_init_phase2()
2677 max_qp_per_mcg = (1 << state->hs_devlim.log_max_qp_mcg); in hermon_rsrc_mcg_entry_get_size()
H A Dhermon_qpmod.c938 qpc->msg_max = state->hs_devlim.log_max_gso_sz; in hermon_qp_reset2init()
1354 qpc->msg_max = state->hs_devlim.log_max_gso_sz; in hermon_qp_init2rtr()
H A Dhermon_umap.c168 if (state->hs_devlim.blu_flm == 0) { in hermon_devmap()
H A Dhermon_ci.c2465 iov_attr->iov_alt_lkey : state->hs_devlim.rsv_lkey; in hermon_ci_map_mem_iov()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h594 struct hermon_hw_querydevlim_s hs_devlim; member