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; local
404 max_nodes = md_node_count(mdp);
405 listsz = max_nodes * sizeof (mde_cookie_t);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c81 seg->fc_hi_water = hba->max_nodes + 2;
101 seg->fc_hi_water = hba->max_nodes + 32;
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_sli3.c928 hba->max_nodes =
932 hba->max_nodes = mb->un.varRdConfig.max_rpi;
2005 * The actual max_nodes will be set later based on adapter info
2007 if (hba->max_nodes == 0) {
2009 hba->max_nodes = cfg[CFG_NUM_NODES].current;
2011 hba->max_nodes = 4096;
2013 hba->max_nodes = 512;
6956 if (port->node_count >= hba->max_nodes) {
H A Demlxs_sli4.c1081 hba->max_nodes =
1085 hba->max_nodes = hba->sli.sli4.RPICount;
2214 if (hba->max_nodes == 0) {
2216 hba->max_nodes = cfg[CFG_NUM_NODES].current;
2218 hba->max_nodes = 4096;
8900 if (port->node_count >= hba->max_nodes) {
H A Demlxs_dfc.c5015 if (port->node_count >= hba->max_nodes) {
/illumos-gate/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 in struct:emlxs_hba

Completed in 139 milliseconds