Home
last modified time | relevance | path

Searched refs:LDC_EVT_READ (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h82 #define LDC_EVT_READ 0x8 /* Channel has data for read */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c1046 if ((event & LDC_EVT_READ) == 0) { in i_ldc_rx_hdlr()
2314 *notify_event |= LDC_EVT_READ; in i_ldc_rx_process_hvq()
2338 *notify_event |= LDC_EVT_READ; in i_ldc_rx_process_hvq()
2459 *notify_event |= LDC_EVT_READ; in i_ldc_rx_process_hvq()
2479 (LDC_EVT_READ | LDC_EVT_RESET)) == LDC_EVT_READ) { in i_ldc_rx_process_hvq()
2516 if ((*notify_event & (LDC_EVT_READ | LDC_EVT_RESET)) == LDC_EVT_READ) in i_ldc_rx_process_hvq()
H A Dds_common.c234 if (event & LDC_EVT_READ) (void) strcat(buf, " READ"); in decode_ldc_events()
338 if (event & LDC_EVT_READ) { in ds_ldc_cb()
356 if (event & ~(LDC_EVT_UP | LDC_EVT_READ)) { in ds_ldc_cb()
H A Dvldc.c332 if (event & LDC_EVT_READ) in i_vldc_cb()
H A Dvnet_gen.c3071 if (event & LDC_EVT_READ) { in vgen_ldc_cb()
3074 event &= ~LDC_EVT_READ; in vgen_ldc_cb()
3078 if (event & LDC_EVT_READ) { in vgen_ldc_cb()
H A Dvcc.c649 if (event & LDC_EVT_READ) { in vcc_ldc_cb()
H A Dvsw_ldc.c1268 if (event & LDC_EVT_READ) { in vsw_ldc_cb()
1294 ~(LDC_EVT_UP | LDC_EVT_RESET | LDC_EVT_DOWN | LDC_EVT_READ)) { in vsw_ldc_cb()
H A Dvdc.c3811 if (event & LDC_EVT_READ) { in vdc_handle_cb()
3851 if (event & ~(LDC_EVT_UP | LDC_EVT_RESET | LDC_EVT_DOWN | LDC_EVT_READ)) in vdc_handle_cb()
H A Dvds.c5355 if (event & LDC_EVT_READ) { in vd_handle_ldc_events()