Home
last modified time | relevance | path

Searched refs:cp_log_num_mcg_hash (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c441 cp->cp_log_num_mcg_hash = tavor_log_num_mcg_hash; in tavor_cfg_profile_init_phase2()
479 cp->cp_log_num_mcg_hash = TAVOR_NUM_MCG_HASH_SHIFT; in tavor_cfg_profile_init_phase2()
517 cp->cp_log_num_mcg_hash = TAVOR_NUM_MCG_HASH_SHIFT; in tavor_cfg_profile_init_phase2()
556 cp->cp_log_num_mcg_hash = TAVOR_NUM_MCG_HASH_SHIFT_MIN; in tavor_cfg_profile_init_phase2()
H A Dtavor.c2272 (1 << state->ts_cfg_profile->cp_log_num_mcg_hash); in tavor_hca_config_setup()
H A Dtavor_rsrc.c1085 num_prealloc = ((uint64_t)1 << cfgprof->cp_log_num_mcg_hash); in tavor_rsrc_init_phase2()
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h104 uint32_t cp_log_num_mcg_hash; member
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h118 uint32_t cp_log_num_mcg_hash; member
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c322 cp->cp_log_num_mcg_hash = hermon_log_num_mcg_hash; in hermon_cfg_profile_init_phase2()
H A Dhermon_rsrc.c955 num_prealloc = ((uint64_t)1 << cfgprof->cp_log_num_mcg_hash); in hermon_rsrc_init_phase2()
H A Dhermon.c3128 cfg->cp_log_num_mcg_hash; in hermon_inithca_set()