Home
last modified time | relevance | path

Searched refs:DS_PORT_IN_SET (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.c1269 if (DS_PORT_IN_SET(svc->tried, i)) in ds_try_next_port()
1285 if (!DS_PORT_IN_SET(totry, portid)) { in ds_try_next_port()
2132 if (!DS_PORT_IN_SET(svc->avail, PORTID(port))) in ds_svc_register_onport()
2135 if (DS_PORT_IN_SET(svc->tried, PORTID(port))) in ds_svc_register_onport()
2196 if (DS_PORT_IN_SET(svc->tried, idx)) in ds_svc_register()
2216 if (!DS_PORT_IN_SET(ports, idx)) { in ds_svc_register()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h229 #define DS_PORT_IN_SET(set, port) BT_TEST((set), (port)) macro