Home
last modified time | relevance | path

Searched refs:dr_state (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sparc/kernel/
H A Dviohs.c88 BUG_ON(!(vio->dr_state & VIO_DR_STATE_RXREG)); in flush_rx_dring()
109 vio->dr_state = (VIO_DR_STATE_TXREQ | in vio_link_state_change()
114 vio->dr_state = VIO_DR_STATE_TXREQ; in vio_link_state_change()
117 vio->dr_state = VIO_DR_STATE_RXREQ; in vio_link_state_change()
124 if (vio->dr_state & VIO_DR_STATE_RXREG) in vio_link_state_change()
127 vio->dr_state = 0x00; in vio_link_state_change()
146 vio->dr_state &= ~(VIO_DR_STATE_TXREG | in handshake_failure()
397 if ((vio->dr_state & VIO_DR_STATE_TXREQ) && in process_attr()
413 need_rx = (vio->dr_state & VIO_DR_STATE_RXREQ); in all_drings_registered()
414 need_tx = (vio->dr_state & VIO_DR_STATE_TXREQ); in all_drings_registered()
[all …]
/linux/arch/sparc/include/asm/
H A Dvio.h415 u8 dr_state; member