Searched refs:VIO_DR_STATE_RXREG (Results 1 – 2 of 2) sorted by relevance
86 BUG_ON(!(vio->dr_state & VIO_DR_STATE_RXREG)); in flush_rx_dring()122 if (vio->dr_state & VIO_DR_STATE_RXREG) in vio_link_state_change()145 VIO_DR_STATE_RXREG); in handshake_failure()401 !(vio->dr_state & VIO_DR_STATE_RXREG)) in all_drings_registered()426 if (vio->dr_state & VIO_DR_STATE_RXREG) in process_dreg_info()464 vio->dr_state |= VIO_DR_STATE_RXREG; in process_dreg_info()546 vio->dr_state &= ~VIO_DR_STATE_RXREG; in process_dunreg()
341 #define VIO_DR_STATE_RXREG 0x02 macro