Home
last modified time | relevance | path

Searched refs:ts_cfg_profile_setting (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c316 } else if (state->ts_cfg_profile_setting >= TAVOR_DDR_SIZE_256) { in tavor_cfg_profile_init_phase1()
328 } else if (state->ts_cfg_profile_setting == TAVOR_DDR_SIZE_128) { in tavor_cfg_profile_init_phase1()
340 } else if (state->ts_cfg_profile_setting == TAVOR_DDR_SIZE_MIN) { in tavor_cfg_profile_init_phase1()
411 ASSERT(state->ts_cfg_profile_setting != 0); in tavor_cfg_profile_init_phase2()
463 } else if (state->ts_cfg_profile_setting >= TAVOR_DDR_SIZE_256) { in tavor_cfg_profile_init_phase2()
501 } else if (state->ts_cfg_profile_setting == TAVOR_DDR_SIZE_128) { in tavor_cfg_profile_init_phase2()
539 } else if (state->ts_cfg_profile_setting == TAVOR_DDR_SIZE_MIN) { in tavor_cfg_profile_init_phase2()
H A Dtavor.c1176 state->ts_cfg_profile_setting = ddr_size; in tavor_hw_init()
1207 state->ts_cfg_profile_setting = TAVOR_DDR_SIZE_128; in tavor_hw_init()
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h490 uint32_t ts_cfg_profile_setting; member