Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c408 tavor_cfg_profile_t *cfgprof; in tavor_rsrc_init_phase1() local
436 cfgprof = state->ts_cfg_profile; in tavor_rsrc_init_phase1()
545 tavor_cfg_profile_t *cfgprof; in tavor_rsrc_init_phase2() local
591 cfgprof = state->ts_cfg_profile; in tavor_rsrc_init_phase2()
665 num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_init_phase2()
728 num = ((uint64_t)1 << cfgprof->cp_log_num_cq); in tavor_rsrc_init_phase2()
764 num = ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_init_phase2()
1421 tavor_cfg_profile_t *cfgprof; in tavor_rsrc_fini() local
1425 cfgprof = state->ts_cfg_profile; in tavor_rsrc_fini()
1461 ((uint64_t)1 << cfgprof->cp_log_num_qp); in tavor_rsrc_fini()
[all …]
H A Dtavor.c2030 tavor_cfg_profile_t *cfgprof; in tavor_hca_port_init() local
2036 cfgprof = state->ts_cfg_profile; in tavor_hca_port_init()
2039 num_ports = cfgprof->cp_num_ports; in tavor_hca_port_init()
2053 sysimgguid = cfgprof->cp_sysimgguid; in tavor_hca_port_init()
2063 nodeguid = cfgprof->cp_nodeguid; in tavor_hca_port_init()
2073 portguid = cfgprof->cp_portguid[i]; in tavor_hca_port_init()
2081 val = cfgprof->cp_max_mtu; in tavor_hca_port_init()
2089 val = cfgprof->cp_max_port_width; in tavor_hca_port_init()
2097 val = cfgprof->cp_max_vlcap; in tavor_hca_port_init()
2105 val = ((uint64_t)1 << cfgprof->cp_log_max_gidtbl); in tavor_hca_port_init()
[all …]
/illumos-gate/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()
809 hermon_cfg_profile_t *cfgprof; in hermon_rsrc_init_phase2() local
832 cfgprof = state->hs_cfg_profile; in hermon_rsrc_init_phase2()
1062 (uint64_t)1 << cfgprof->cp_log_num_cq; in hermon_rsrc_init_phase2()
1077 (uint64_t)1 << cfgprof->cp_log_num_srq; in hermon_rsrc_init_phase2()
1092 (uint64_t)1 << cfgprof->cp_log_num_ah; in hermon_rsrc_init_phase2()
1106 (uint64_t)1 << cfgprof->cp_log_num_qp; in hermon_rsrc_init_phase2()
1120 (uint64_t)1 << cfgprof->cp_log_num_dmpt; in hermon_rsrc_init_phase2()
1221 hermon_cfg_profile_t *cfgprof; in hermon_rsrc_fini() local
[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()