Home
last modified time | relevance | path

Searched refs:cp_log_num_srq (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c313 cp->cp_log_num_srq = tavor_log_num_srq; in tavor_cfg_profile_init_phase1()
325 cp->cp_log_num_srq = TAVOR_NUM_SRQ_SHIFT_256; in tavor_cfg_profile_init_phase1()
337 cp->cp_log_num_srq = TAVOR_NUM_SRQ_SHIFT_128; in tavor_cfg_profile_init_phase1()
349 cp->cp_log_num_srq = TAVOR_NUM_SRQ_SHIFT_MIN; in tavor_cfg_profile_init_phase1()
H A Dtavor_rsrc.c918 num = ((uint64_t)1 << cfgprof->cp_log_num_srq); in tavor_rsrc_init_phase2()
1292 hdl_info.swi_num = ((uint64_t)1 << cfgprof->cp_log_num_srq); in tavor_rsrc_init_phase2()
1579 ((uint64_t)1 << cfgprof->cp_log_num_srq); in tavor_rsrc_fini()
H A Dtavor_srq.c1076 srqmask = (1 << state->ts_cfg_profile->cp_log_num_srq) - 1; in tavor_srqhdl_from_srqnum()
H A Dtavor.c1941 val = ((uint64_t)1 << state->ts_cfg_profile->cp_log_num_srq); in tavor_soft_state_init()
2238 state->ts_cfg_profile->cp_log_num_srq; in tavor_hca_config_setup()
H A Dtavor_cmd.c1643 mod->log_max_srq = state->ts_cfg_profile->cp_log_num_srq; in tavor_mod_stat_cfg_cmd_post()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h81 uint32_t cp_log_num_srq; member
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h95 uint32_t cp_log_num_srq; member
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c309 cp->cp_log_num_srq = min(hermon_log_num_srq, devlim->log_max_srq); in hermon_cfg_profile_init_phase2()
390 cp->cp_log_num_srq -= 6; in hermon_cfg_profile_init_phase2()
H A Dhermon_srq.c953 srqmask = (1 << state->hs_cfg_profile->cp_log_num_srq) - 1; in hermon_srqhdl_from_srqnum()
H A Dhermon.c1534 num_srqc = (uint64_t)0x1 << cfg->cp_log_num_srq; in hermon_size_icm()
2610 val = ((uint64_t)1 << state->hs_cfg_profile->cp_log_num_srq); in hermon_soft_state_init()
2894 icm[HERMON_CMPT_SRQC].log_num_entries = cfg->cp_log_num_srq; in hermon_icm_config_setup()
2900 icm[HERMON_SRQC].log_num_entries = cfg->cp_log_num_srq; in hermon_icm_config_setup()
H A Dhermon_rsrc.c1077 (uint64_t)1 << cfgprof->cp_log_num_srq; in hermon_rsrc_init_phase2()
1289 hdl_info.swi_num = ((uint64_t)1 << cfgprof->cp_log_num_srq); in hermon_rsrc_fini()
H A Dhermon_cmd.c1551 mod->log_max_srq = state->hs_cfg_profile->cp_log_num_srq; in hermon_mod_stat_cfg_cmd_post()