Home
last modified time | relevance | path

Searched refs:lc_tx_state (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/sparc64/dev/
H A Dldcvar.h101 uint64_t lc_tx_state; member
H A Dvnet.c344 if (tx_state != lc->lc_tx_state) { in vnet_tx_intr()
356 lc->lc_tx_state = tx_state; in vnet_tx_intr()
1555 lc->lc_tx_state = lc->lc_rx_state = LDC_CHANNEL_DOWN; in vnet_stop()
H A Dvdsk.c445 if (tx_state != lc->lc_tx_state) { in vdsk_tx_intr()
457 lc->lc_tx_state = tx_state; in vdsk_tx_intr()
H A Dldc.c519 lc->lc_tx_state = lc->lc_rx_state = LDC_CHANNEL_DOWN; in ldc_reset()