Home
last modified time | relevance | path

Searched refs:ds_allports (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c303 if (DS_PORT_IN_SET(ds_allports, idx)) { in ds_ports_fini()
803 if (port_id >= DS_MAX_PORTS || !DS_PORT_IN_SET(ds_allports, port_id)) { in ds_remove_port()
H A Dds_common.c60 ds_portset_t ds_allports; /* all DS ports in the system */ variable
2593 DS_PORTSET_DUP(svc->avail, ds_allports); in ds_ucap_init()
2830 DS_PORTSET_ADD(ds_allports, port->id); in ds_port_common_init()
2853 DS_PORTSET_DEL(ds_allports, port->id); in ds_port_common_fini()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h219 extern ds_portset_t ds_allports;