Home
last modified time | relevance | path

Searched refs:LDC_EVT_RESET (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c2143 notify_event = LDC_EVT_RESET; in i_ldc_tx_hdlr()
2151 notify_event = LDC_EVT_RESET; in i_ldc_tx_hdlr()
2264 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2281 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2386 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2410 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2435 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2443 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2468 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2492 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
[all …]
H A Dvsw_ldc.c1265 ASSERT((event & (LDC_EVT_RESET | LDC_EVT_DOWN)) == 0); in vsw_ldc_cb()
1277 ASSERT((event & (LDC_EVT_RESET | LDC_EVT_DOWN)) == 0); in vsw_ldc_cb()
1282 if (event & (LDC_EVT_DOWN | LDC_EVT_RESET)) { in vsw_ldc_cb()
1294 ~(LDC_EVT_UP | LDC_EVT_RESET | LDC_EVT_DOWN | LDC_EVT_READ)) { in vsw_ldc_cb()
H A Dvldc.c289 } else if (event & LDC_EVT_RESET) { in i_vldc_cb()
H A Dvnet_gen.c3050 ASSERT((event & (LDC_EVT_RESET | LDC_EVT_DOWN)) == 0); in vgen_ldc_cb()
3054 if (event & (LDC_EVT_RESET | LDC_EVT_DOWN)) { in vgen_ldc_cb()
3082 ASSERT((event & (LDC_EVT_RESET | LDC_EVT_DOWN)) == 0); in vgen_ldc_cb()
H A Dds_common.c232 if (event & LDC_EVT_RESET) (void) strcat(buf, " RESET"); in decode_ldc_events()
329 if (event & (LDC_EVT_DOWN | LDC_EVT_RESET)) { in ds_ldc_cb()
H A Dvdc.c3823 if (event & (LDC_EVT_RESET|LDC_EVT_DOWN)) { 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.c5320 if (event & LDC_EVT_RESET) { in vd_handle_ldc_events()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h80 #define LDC_EVT_RESET 0x2 /* Channel RESET, status = READY */ macro