Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c2159 notify_event = LDC_EVT_RESET; in i_ldc_tx_hdlr()
2167 notify_event = LDC_EVT_RESET; in i_ldc_tx_hdlr()
2280 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2297 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2402 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2426 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2451 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2459 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2484 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
2495 (LDC_EVT_READ | LDC_EVT_RESET)) == LDC_EVT_READ) { 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.c3047 ASSERT((event & (LDC_EVT_RESET | LDC_EVT_DOWN)) == 0); in vgen_ldc_cb()
3051 if (event & (LDC_EVT_RESET | LDC_EVT_DOWN)) { in vgen_ldc_cb()
3079 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.c5315 if (event & LDC_EVT_RESET) { in vd_handle_ldc_events()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dldc.h80 #define LDC_EVT_RESET 0x2 /* Channel RESET, status = READY */ macro