Home
last modified time | relevance | path

Searched refs:IS_DS_PORT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h202 #define IS_DS_PORT(port) 1 /* VBSC code compatability */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c303 if ((ldc_state == LDC_UP) && IS_DS_PORT(port)) { in ds_handle_up_event()