Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c81 seg->fc_hi_water = hba->max_nodes + 2; in emlxs_mem_alloc_buffer()
101 seg->fc_hi_water = hba->max_nodes + 32; in emlxs_mem_alloc_buffer()
H A Demlxs_sli3.c928 hba->max_nodes = in emlxs_sli3_online()
932 hba->max_nodes = mb->un.varRdConfig.max_rpi; in emlxs_sli3_online()
2007 if (hba->max_nodes == 0) { in emlxs_sli3_hba_init()
2009 hba->max_nodes = cfg[CFG_NUM_NODES].current; in emlxs_sli3_hba_init()
2011 hba->max_nodes = 4096; in emlxs_sli3_hba_init()
2013 hba->max_nodes = 512; in emlxs_sli3_hba_init()
6956 if (port->node_count >= hba->max_nodes) { in emlxs_sli3_reg_did()
H A Demlxs_fct.c1174 fct_port->port_max_logins = hba->max_nodes + EMLXS_FCT_NUM_ELS_ONLY;
2189 remote_port->rp_handle = hba->max_nodes;
2201 hba->max_nodes + i;
2267 if (remote_port->rp_handle >= hba->max_nodes) {
2268 i = remote_port->rp_handle - hba->max_nodes;
H A Demlxs_sli4.c1081 hba->max_nodes = in emlxs_sli4_online()
1085 hba->max_nodes = hba->sli.sli4.RPICount; in emlxs_sli4_online()
2214 if (hba->max_nodes == 0) { in emlxs_sli4_hba_init()
2216 hba->max_nodes = cfg[CFG_NUM_NODES].current; in emlxs_sli4_hba_init()
2218 hba->max_nodes = 4096; in emlxs_sli4_hba_init()
8900 if (port->node_count >= hba->max_nodes) { in emlxs_sli4_reg_did()
H A Demlxs_dfc.c5015 if (port->node_count >= hba->max_nodes) { in emlxs_dfc_send_mbox()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h518 #define MEM_ELSBUF_COUNT hba->max_nodes
1743 uint32_t max_nodes; member