Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sparc/kernel/
Dviohs.c88 BUG_ON(!(vio->dr_state & VIO_DR_STATE_RXREG)); in flush_rx_dring()
124 if (vio->dr_state & VIO_DR_STATE_RXREG) in vio_link_state_change()
147 VIO_DR_STATE_RXREG); in handshake_failure()
417 !(vio->dr_state & VIO_DR_STATE_RXREG)) in all_drings_registered()
442 if (vio->dr_state & VIO_DR_STATE_RXREG) in process_dreg_info()
490 vio->dr_state |= VIO_DR_STATE_RXREG; in process_dreg_info()
572 vio->dr_state &= ~VIO_DR_STATE_RXREG; in process_dunreg()
/Linux-v5.10/arch/sparc/include/asm/
Dvio.h417 #define VIO_DR_STATE_RXREG 0x02 macro