Searched refs:VIO_DR_STATE_RXREG (Results 1 – 2 of 2) sorted by relevance
88 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()
417 #define VIO_DR_STATE_RXREG 0x02 macro