Searched refs:VIO_DR_STATE_TXREG (Results 1 – 2 of 2) sorted by relevance
144 vio->dr_state &= ~(VIO_DR_STATE_TXREG | in handshake_failure()405 !(vio->dr_state & VIO_DR_STATE_TXREG)) in all_drings_registered()493 vio->dr_state |= VIO_DR_STATE_TXREG; in process_dreg_ack()
340 #define VIO_DR_STATE_TXREG 0x01 macro