Searched refs:tx_state_ (Results 1 – 1 of 1) sorted by relevance
60 TxState tx_state_ = TxState::XMIT; member106 } else if (tx_state_ == TxState::WAIT_F) { in data_request()116 if (tx_state_ == TxState::XMIT && rnr_sent()) { in local_busy_clear()123 } else if (tx_state_ == TxState::XMIT) { in local_busy_clear()130 if (tx_state_ == TxState::XMIT) { in recv_req_seq_and_f_bit()138 tx_state_ = TxState::XMIT; in recv_req_seq_and_f_bit()150 tx_state_ = TxState::XMIT; in recv_f_bit()155 if (tx_state_ == TxState::XMIT) { in retrans_timer_expires()160 tx_state_ = TxState::WAIT_F; in retrans_timer_expires()169 } else if (tx_state_ == TxState::WAIT_F) { in monitor_timer_expires()[all …]