Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c449 cp->cp_log_max_gidtbl = tavor_log_max_gidtbl; in tavor_cfg_profile_init_phase2()
487 cp->cp_log_max_gidtbl = TAVOR_NUM_GIDTBL_SHIFT; in tavor_cfg_profile_init_phase2()
525 cp->cp_log_max_gidtbl = TAVOR_NUM_GIDTBL_SHIFT; in tavor_cfg_profile_init_phase2()
564 cp->cp_log_max_gidtbl = TAVOR_NUM_GIDTBL_SHIFT; in tavor_cfg_profile_init_phase2()
H A Dtavor_ioctl.c905 tbl_size = (1 << state->ts_cfg_profile->cp_log_max_gidtbl); in tavor_ioctl_ports()
951 tbl_size = (1 << state->ts_cfg_profile->cp_log_max_gidtbl); in tavor_ioctl_ports()
1072 tbl_size = (1 << state->ts_cfg_profile->cp_log_max_gidtbl); in tavor_ioctl_loopback()
1087 tbl_size = (1 << state->ts_cfg_profile->cp_log_max_gidtbl); in tavor_ioctl_loopback()
1108 tbl_size = (1 << state->ts_cfg_profile->cp_log_max_gidtbl); in tavor_ioctl_loopback()
H A Dtavor.c2075 val = ((uint64_t)1 << state->ts_cfg_profile->cp_log_max_gidtbl); in tavor_soft_state_init()
2403 val = ((uint64_t)1 << cfgprof->cp_log_max_gidtbl); in tavor_hca_port_init()
H A Dtavor_misc.c1891 tbl_size = state->ts_cfg_profile->cp_log_max_gidtbl; in tavor_port_query()
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h143 uint32_t cp_log_max_gidtbl; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h154 uint32_t cp_log_max_gidtbl; member
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c351 cp->cp_log_max_gidtbl = port->log_max_gid; in hermon_cfg_profile_init_phase2()
370 state->hs_guid[i] = kmem_zalloc((1 << cp->cp_log_max_gidtbl) * in hermon_cfg_profile_init_phase2()
H A Dhermon_ioctl.c869 tbl_size = (1 << state->hs_cfg_profile->cp_log_max_gidtbl); in hermon_ioctl_ports()
912 tbl_size = (1 << state->hs_cfg_profile->cp_log_max_gidtbl); in hermon_ioctl_ports()
1009 tbl_size = (1 << state->hs_cfg_profile->cp_log_max_gidtbl); in hermon_ioctl_loopback()
1024 tbl_size = (1 << state->hs_cfg_profile->cp_log_max_gidtbl); in hermon_ioctl_loopback()
1043 tbl_size = (1 << state->hs_cfg_profile->cp_log_max_gidtbl); in hermon_ioctl_loopback()
H A Dhermon.c2316 state->hs_cfg_profile->cp_log_max_gidtbl) * in hermon_hw_fini()
2725 val = ((uint64_t)1 << state->hs_cfg_profile->cp_log_max_gidtbl); in hermon_soft_state_init()
3561 val = ((uint64_t)1 << cfgprof->cp_log_max_gidtbl); in hermon_hca_port_init()
H A Dhermon_misc.c1961 tbl_size = state->hs_cfg_profile->cp_log_max_gidtbl; in hermon_port_query()