Home
last modified time | relevance | path

Searched refs:LDC_CHANNEL_DOWN (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/arch/sparc64/dev/
Dvcctty.c181 case LDC_CHANNEL_DOWN: in vcctty_tx_intr()
216 case LDC_CHANNEL_DOWN: in vcctty_rx_intr()
Dvldcp.c218 case LDC_CHANNEL_DOWN: in vldcp_tx_intr()
253 case LDC_CHANNEL_DOWN: in vldcp_rx_intr()
Dvnet.c346 case LDC_CHANNEL_DOWN: in vnet_tx_intr()
381 case LDC_CHANNEL_DOWN: in vnet_rx_intr()
1479 lc->lc_tx_state = lc->lc_rx_state = LDC_CHANNEL_DOWN; in vnet_stop()
Dvdsp.c414 case LDC_CHANNEL_DOWN: in vdsp_tx_intr()
450 case LDC_CHANNEL_DOWN: in vdsp_rx_intr()
470 if (lc->lc_rx_state == LDC_CHANNEL_DOWN) in vdsp_rx_intr()
Dvdsk.c383 case LDC_CHANNEL_DOWN: in vdsk_tx_intr()
421 case LDC_CHANNEL_DOWN: in vdsk_rx_intr()
Dldc.c489 lc->lc_tx_state = lc->lc_rx_state = LDC_CHANNEL_DOWN; in ldc_reset()
/openbsd/src/sys/arch/sparc64/include/
Dhypervisor.h267 #define LDC_CHANNEL_DOWN 0 macro