Home
last modified time | relevance | path

Searched refs:max_nodes (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_io.c398 int max_nodes; in dr_vio_find_parent_md() local
404 max_nodes = md_node_count(mdp); in dr_vio_find_parent_md()
405 listsz = max_nodes * sizeof (mde_cookie_t); in dr_vio_find_parent_md()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c83 seg->fc_hi_water = hba->max_nodes + 2; in emlxs_mem_alloc_buffer()
103 seg->fc_hi_water = hba->max_nodes + 32; in emlxs_mem_alloc_buffer()
H A Demlxs_sli3.c931 hba->max_nodes = in emlxs_sli3_online()
935 hba->max_nodes = mb->un.varRdConfig.max_rpi; in emlxs_sli3_online()
2012 if (hba->max_nodes == 0) { in emlxs_sli3_hba_init()
2014 hba->max_nodes = cfg[CFG_NUM_NODES].current; in emlxs_sli3_hba_init()
2016 hba->max_nodes = 4096; in emlxs_sli3_hba_init()
2018 hba->max_nodes = 512; in emlxs_sli3_hba_init()
6964 if (port->node_count >= hba->max_nodes) { in emlxs_sli3_reg_did()
H A Demlxs_fct.c1177 fct_port->port_max_logins = hba->max_nodes + EMLXS_FCT_NUM_ELS_ONLY; in emlxs_fct_bind_port()
2203 remote_port->rp_handle = hba->max_nodes; in emlxs_fct_register_remote_port()
2215 hba->max_nodes + i; in emlxs_fct_register_remote_port()
2281 if (remote_port->rp_handle >= hba->max_nodes) { in emlxs_fct_deregister_remote_port()
2282 i = remote_port->rp_handle - hba->max_nodes; in emlxs_fct_deregister_remote_port()
H A Demlxs_sli4.c1138 hba->max_nodes = in emlxs_sli4_online()
1142 hba->max_nodes = hba->sli.sli4.RPICount; in emlxs_sli4_online()
2562 if (hba->max_nodes == 0) { in emlxs_sli4_hba_init()
2564 hba->max_nodes = cfg[CFG_NUM_NODES].current; in emlxs_sli4_hba_init()
2566 hba->max_nodes = 4096; in emlxs_sli4_hba_init()
9487 if (port->node_count >= hba->max_nodes) { in emlxs_sli4_reg_did()
H A Demlxs_dfc.c5071 if (port->node_count >= hba->max_nodes) { in emlxs_dfc_send_mbox()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h522 #define MEM_ELSBUF_COUNT hba->max_nodes
1755 uint32_t max_nodes; member