Home
last modified time | relevance | path

Searched refs:cp_log_num_qp (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c307 cp->cp_log_num_qp = min(hermon_log_num_qp, devlim->log_max_qp); in hermon_cfg_profile_init_phase2()
312 cp->cp_log_num_rdb = cp->cp_log_num_qp + in hermon_cfg_profile_init_phase2()
388 cp->cp_log_num_qp -= 6; in hermon_cfg_profile_init_phase2()
391 cp->cp_log_num_rdb = cp->cp_log_num_qp + in hermon_cfg_profile_init_phase2()
H A Dhermon.c1533 num_qpcs = (uint64_t)0x1 << cfg->cp_log_num_qp; in hermon_size_icm()
1537 num_altc = (uint64_t)0x1 << cfg->cp_log_num_qp; in hermon_size_icm()
1539 num_auxc = (uint64_t)0x1 << cfg->cp_log_num_qp; in hermon_size_icm()
2540 val = ((uint64_t)1 << state->hs_cfg_profile->cp_log_num_qp); in hermon_soft_state_init()
2682 val = ((uint64_t)1 << state->hs_cfg_profile->cp_log_num_qp); in hermon_soft_state_init()
2893 icm[HERMON_CMPT_QPC].log_num_entries = cfg->cp_log_num_qp; in hermon_icm_config_setup()
2899 icm[HERMON_QPC].log_num_entries = cfg->cp_log_num_qp; in hermon_icm_config_setup()
2903 icm[HERMON_RDB].log_num_entries = cfg->cp_log_num_qp; in hermon_icm_config_setup()
2905 icm[HERMON_ALTC].log_num_entries = cfg->cp_log_num_qp; in hermon_icm_config_setup()
2906 icm[HERMON_AUXC].log_num_entries = cfg->cp_log_num_qp; in hermon_icm_config_setup()
[all …]
H A Dhermon_qp.c2456 state->hs_cfg_profile->cp_log_num_qp) | qpc->hr_indx) & in hermon_qp_create_qpn()
2520 (24 - state->hs_cfg_profile->cp_log_num_qp))) { in hermon_qp_release_qpn()
2539 (24 - state->hs_cfg_profile->cp_log_num_qp))) { in hermon_qp_release_qpn()
2638 qpmask = (1 << state->hs_cfg_profile->cp_log_num_qp) - 1; in hermon_qphdl_from_qpnum()
H A Dhermon_rsrc.c1106 (uint64_t)1 << cfgprof->cp_log_num_qp; in hermon_rsrc_init_phase2()
1274 hdl_info.swi_num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in hermon_rsrc_fini()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c420 cp->cp_log_num_qp = tavor_log_num_qp; in tavor_cfg_profile_init_phase2()
458 cp->cp_log_num_qp = TAVOR_NUM_QP_SHIFT_256; in tavor_cfg_profile_init_phase2()
496 cp->cp_log_num_qp = TAVOR_NUM_QP_SHIFT_128; in tavor_cfg_profile_init_phase2()
535 cp->cp_log_num_qp = TAVOR_NUM_QP_SHIFT_MIN; in tavor_cfg_profile_init_phase2()
H A Dtavor_qp.c1485 state->ts_cfg_profile->cp_log_num_qp) | qpc->tr_indx) & in tavor_qp_create_qpn()
1546 (24 - state->ts_cfg_profile->cp_log_num_qp))) { in tavor_qp_release_qpn()
1565 (24 - state->ts_cfg_profile->cp_log_num_qp))) { in tavor_qp_release_qpn()
1664 qpmask = (1 << state->ts_cfg_profile->cp_log_num_qp) - 1; in tavor_qphdl_from_qpnum()
H A Dtavor_rsrc.c665 num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_init_phase2()
764 num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_init_phase2()
1289 hdl_info.swi_num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_init_phase2()
1461 ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_fini()
H A Dtavor.c1642 val = ((uint64_t)1 << state->ts_cfg_profile->cp_log_num_qp); in tavor_soft_state_init()
1772 val = ((uint64_t)1 << state->ts_cfg_profile->cp_log_num_qp); in tavor_soft_state_init()
1937 inithca->context.log_num_qp = state->ts_cfg_profile->cp_log_num_qp; in tavor_hca_config_setup()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h69 uint32_t cp_log_num_qp; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h79 uint32_t cp_log_num_qp; member