Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c443 cp->cp_log_max_mrw_sz = tavor_log_max_mrw_sz; in tavor_cfg_profile_init_phase2()
481 cp->cp_log_max_mrw_sz = TAVOR_MAX_MEM_MPT_SHIFT_256; in tavor_cfg_profile_init_phase2()
519 cp->cp_log_max_mrw_sz = TAVOR_MAX_MEM_MPT_SHIFT_128; in tavor_cfg_profile_init_phase2()
558 cp->cp_log_max_mrw_sz = TAVOR_MAX_MEM_MPT_SHIFT_MIN; in tavor_cfg_profile_init_phase2()
H A Dtavor_mr.c1188 max_sz = ((uint64_t)1 << state->ts_cfg_profile->cp_log_max_mrw_sz); in tavor_mr_common_reg()
2146 max_sz = ((uint64_t)1 << state->ts_cfg_profile->cp_log_max_mrw_sz); in tavor_mr_rereg_xlat_helper()
H A Dtavor.c1994 val = state->ts_cfg_profile->cp_log_max_mrw_sz; in tavor_soft_state_init()
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h112 uint32_t cp_log_max_mrw_sz; member
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h126 uint32_t cp_log_max_mrw_sz; member
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c304 cp->cp_log_max_mrw_sz = min(hermon_log_max_mrw_sz, in hermon_cfg_profile_init_phase2()
H A Dhermon_mr.c1515 max_sz = ((uint64_t)1 << state->hs_cfg_profile->cp_log_max_mrw_sz); in hermon_mr_common_reg()
2726 max_sz = ((uint64_t)1 << state->hs_cfg_profile->cp_log_max_mrw_sz); in hermon_mr_rereg_xlat_helper()
H A Dhermon.c2655 val = state->hs_cfg_profile->cp_log_max_mrw_sz; in hermon_soft_state_init()