Home
last modified time | relevance | path

Searched refs:cfgprof (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c424 tavor_cfg_profile_t *cfgprof; in tavor_rsrc_init_phase1() local
454 cfgprof = state->ts_cfg_profile; in tavor_rsrc_init_phase1()
463 num = ((uint64_t)1 << cfgprof->cp_log_num_outmbox); in tavor_rsrc_init_phase1()
464 size = ((uint64_t)1 << cfgprof->cp_log_outmbox_size); in tavor_rsrc_init_phase1()
469 rsrc_pool->rsrc_shift = cfgprof->cp_log_outmbox_size; in tavor_rsrc_init_phase1()
510 num = ((uint64_t)1 << cfgprof->cp_log_num_intr_outmbox); in tavor_rsrc_init_phase1()
511 size = ((uint64_t)1 << cfgprof->cp_log_outmbox_size); in tavor_rsrc_init_phase1()
516 rsrc_pool->rsrc_shift = cfgprof->cp_log_outmbox_size; in tavor_rsrc_init_phase1()
575 tavor_cfg_profile_t *cfgprof; in tavor_rsrc_init_phase2() local
625 cfgprof = state->ts_cfg_profile; in tavor_rsrc_init_phase2()
[all …]
H A Dtavor.c2311 tavor_cfg_profile_t *cfgprof; in tavor_hca_port_init() local
2319 cfgprof = state->ts_cfg_profile; in tavor_hca_port_init()
2322 num_ports = cfgprof->cp_num_ports; in tavor_hca_port_init()
2336 sysimgguid = cfgprof->cp_sysimgguid; in tavor_hca_port_init()
2346 nodeguid = cfgprof->cp_nodeguid; in tavor_hca_port_init()
2356 portguid = cfgprof->cp_portguid[i]; in tavor_hca_port_init()
2364 val = cfgprof->cp_max_mtu; in tavor_hca_port_init()
2377 val = cfgprof->cp_max_port_width; in tavor_hca_port_init()
2390 val = cfgprof->cp_max_vlcap; in tavor_hca_port_init()
2403 val = ((uint64_t)1 << cfgprof->cp_log_max_gidtbl); in tavor_hca_port_init()
[all …]
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c639 hermon_cfg_profile_t *cfgprof; in hermon_rsrc_init_phase1() local
668 cfgprof = state->hs_cfg_profile; in hermon_rsrc_init_phase1()
671 num = ((uint64_t)1 << cfgprof->cp_log_num_outmbox); in hermon_rsrc_init_phase1()
672 size = ((uint64_t)1 << cfgprof->cp_log_outmbox_size); in hermon_rsrc_init_phase1()
676 rsrc_pool->rsrc_shift = cfgprof->cp_log_outmbox_size; in hermon_rsrc_init_phase1()
701 num = ((uint64_t)1 << cfgprof->cp_log_num_intr_outmbox); in hermon_rsrc_init_phase1()
702 size = ((uint64_t)1 << cfgprof->cp_log_outmbox_size); in hermon_rsrc_init_phase1()
706 rsrc_pool->rsrc_shift = cfgprof->cp_log_outmbox_size; in hermon_rsrc_init_phase1()
731 num = ((uint64_t)1 << cfgprof->cp_log_num_inmbox); in hermon_rsrc_init_phase1()
732 size = ((uint64_t)1 << cfgprof->cp_log_inmbox_size); in hermon_rsrc_init_phase1()
[all …]
H A Dhermon.c3455 hermon_cfg_profile_t *cfgprof; in hermon_hca_port_init() local
3462 cfgprof = state->hs_cfg_profile; in hermon_hca_port_init()
3465 num_ports = cfgprof->cp_num_ports; in hermon_hca_port_init()
3504 sysimgguid = cfgprof->cp_sysimgguid; in hermon_hca_port_init()
3514 nodeguid = cfgprof->cp_nodeguid; in hermon_hca_port_init()
3524 portguid = cfgprof->cp_portguid[i]; in hermon_hca_port_init()
3532 val = cfgprof->cp_max_mtu; in hermon_hca_port_init()
3543 val = cfgprof->cp_max_port_width; in hermon_hca_port_init()
3550 val = cfgprof->cp_max_vlcap; in hermon_hca_port_init()
3561 val = ((uint64_t)1 << cfgprof->cp_log_max_gidtbl); in hermon_hca_port_init()
[all …]
H A Dhermon_fm.c482 hermon_cfg_profile_t *cfgprof; in hermon_fm_ereport_init() local
645 cfgprof = state->hs_cfg_profile; in hermon_fm_ereport_init()
647 num = ((uint64_t)1 << cfgprof->cp_log_num_uar); in hermon_fm_ereport_init()