Home
last modified time | relevance | path

Searched refs:DS_MAX_PORTS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h213 #define DS_MAX_PORTS (LDOMS_MAX_DOMAINS + DS_EXTRA_PORTS) macro
214 #define DS_PORTSET_SIZE BT_BITOUL(DS_MAX_PORTS)
218 extern ds_port_t ds_ports[DS_MAX_PORTS];
227 #define DS_MAX_PORT_ID (DS_MAX_PORTS - 1)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c302 for (idx = 0; idx < DS_MAX_PORTS; idx++) { in ds_ports_fini()
803 if (port_id >= DS_MAX_PORTS || !DS_PORT_IN_SET(ds_allports, port_id)) { in ds_remove_port()
914 for (i = 0, port = ds_ports; i < DS_MAX_PORTS; i++, port++) { in ds_dom_name_to_hdl()
941 for (i = 0, port = ds_ports; i < DS_MAX_PORTS; i++, port++) { in ds_dom_hdl_to_name()
H A Dds_common.c59 ds_port_t ds_ports[DS_MAX_PORTS];
1268 for (i = 0; i < DS_MAX_PORTS; i++) { in ds_try_next_port()
1276 for (i = 0; i < DS_MAX_PORTS; i++, portid++) { in ds_try_next_port()
1277 if (portid >= DS_MAX_PORTS) { in ds_try_next_port()
2195 for (idx = 0; idx < DS_MAX_PORTS; idx++) { in ds_svc_register()
2210 for (idx = 0; idx < DS_MAX_PORTS; idx++) { in ds_svc_register()
H A Dvlds.c1219 if (portno >= DS_MAX_PORTS) { in vlds_add_mdeg_port()