Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c429 cp->cp_log_num_qp = tavor_log_num_qp; in tavor_cfg_profile_init_phase2()
467 cp->cp_log_num_qp = TAVOR_NUM_QP_SHIFT_256; in tavor_cfg_profile_init_phase2()
505 cp->cp_log_num_qp = TAVOR_NUM_QP_SHIFT_128; in tavor_cfg_profile_init_phase2()
544 cp->cp_log_num_qp = TAVOR_NUM_QP_SHIFT_MIN; in tavor_cfg_profile_init_phase2()
H A Dtavor_qp.c1591 state->ts_cfg_profile->cp_log_num_qp) | qpc->tr_indx) & in tavor_qp_create_qpn()
1655 (24 - state->ts_cfg_profile->cp_log_num_qp))) { in tavor_qp_release_qpn()
1674 (24 - state->ts_cfg_profile->cp_log_num_qp))) { in tavor_qp_release_qpn()
1788 qpmask = (1 << state->ts_cfg_profile->cp_log_num_qp) - 1; in tavor_qphdl_from_qpnum()
H A Dtavor_rsrc.c703 num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_init_phase2()
808 num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_init_phase2()
1369 hdl_info.swi_num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_init_phase2()
1555 ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_fini()
H A Dtavor.c1871 val = ((uint64_t)1 << state->ts_cfg_profile->cp_log_num_qp); in tavor_soft_state_init()
2025 val = ((uint64_t)1 << state->ts_cfg_profile->cp_log_num_qp); in tavor_soft_state_init()
2216 inithca->context.log_num_qp = state->ts_cfg_profile->cp_log_num_qp; in tavor_hca_config_setup()
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h69 uint32_t cp_log_num_qp; member
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h79 uint32_t cp_log_num_qp; member