Searched refs:DS_PORT_IN_SET (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h227 #define DS_PORT_IN_SET(set, port) BT_TEST((set), (port)) macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c324 if (DS_PORT_IN_SET(ds_allports, idx)) {
826 if (port_id >= DS_MAX_PORTS || !DS_PORT_IN_SET(ds_allports, port_id)) {
H A Dds_common.c1269 if (DS_PORT_IN_SET(svc->tried, i))
1285 if (!DS_PORT_IN_SET(totry, portid)) {
2132 if (!DS_PORT_IN_SET(svc->avail, PORTID(port)))
2135 if (DS_PORT_IN_SET(svc->tried, PORTID(port)))
2196 if (DS_PORT_IN_SET(svc->tried, idx))
2216 if (!DS_PORT_IN_SET(ports, idx)) {

Completed in 264 milliseconds