Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h83 #define LDC_EVT_WRITE 0x10 /* Channel has space for write */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c235 if (event & LDC_EVT_WRITE) (void) strcat(buf, " WRITE"); in decode_ldc_events()
351 if (event & LDC_EVT_WRITE) { in ds_ldc_cb()
H A Dvcc.c641 if (event & LDC_EVT_WRITE) { in vcc_ldc_cb()