Searched refs:ds_allports (Results 1 – 3 of 3) sorted by relevance
303 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()
60 ds_portset_t ds_allports; /* all DS ports in the system */ variable2593 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()
219 extern ds_portset_t ds_allports;