Searched refs:TxState (Results 1 – 1 of 1) sorted by relevance
58 enum class TxState { enum62 TxState tx_state_ = TxState::XMIT;104 if (tx_state_ == TxState::XMIT && !remote_busy() && rem_window_not_full()) { in data_request()106 } else if (tx_state_ == TxState::XMIT && (remote_busy() || rem_window_full())) { in data_request()108 } else if (tx_state_ == TxState::WAIT_F) { in data_request()118 if (tx_state_ == TxState::XMIT && rnr_sent()) { in local_busy_clear()125 } else if (tx_state_ == TxState::XMIT) { in local_busy_clear()132 if (tx_state_ == TxState::XMIT) { in recv_req_seq_and_f_bit()140 tx_state_ = TxState::XMIT; in recv_req_seq_and_f_bit()147 if (tx_state_ == TxState::WAIT_F && f == Final::POLL_RESPONSE) { in recv_f_bit()[all …]