Searched refs:unacked_frames_ (Results 1 – 1 of 1) sorted by relevance
80 int unacked_frames_ = 0; member135 if (unacked_frames_ > 0) { in recv_req_seq_and_f_bit()147 if (unacked_frames_ > 0) { in recv_f_bit()251 if (remote_busy() && unacked_frames_ > 0) { in recv_rr()283 if (remote_busy() and unacked_frames_ > 0) { in recv_rr()290 if (remote_busy() and unacked_frames_ > 0) { in recv_rr()474 return unacked_frames_ < controller_->remote_tx_window_; in rem_window_not_full()478 return unacked_frames_ == controller_->remote_tx_window_; in rem_window_full()609 unacked_frames_++; in send_data()625 unacked_frames_ -= ((req_seq - expected_ack_seq_) + kMaxTxWin) % kMaxTxWin; in process_req_seq()[all …]