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