Searched refs:unacked_frames_ (Results 1 – 1 of 1) sorted by relevance
82 int unacked_frames_ = 0; member137 if (unacked_frames_ > 0) { in recv_req_seq_and_f_bit()149 if (unacked_frames_ > 0) { in recv_f_bit()253 if (remote_busy() && unacked_frames_ > 0) { in recv_rr()285 if (remote_busy() && unacked_frames_ > 0) { in recv_rr()292 if (remote_busy() && unacked_frames_ > 0) { in recv_rr()476 return unacked_frames_ < controller_->remote_tx_window_; in rem_window_not_full()480 return unacked_frames_ == controller_->remote_tx_window_; in rem_window_full()611 unacked_frames_++; in send_data()627 unacked_frames_ -= ((req_seq - expected_ack_seq_) + kMaxTxWin) % kMaxTxWin; in process_req_seq()[all …]