Searched refs:credits_ (Results 1 – 4 of 4) sorted by relevance
57 if (credits_ >= segments.size()) { in OnSdu()59 credits_ -= segments.size(); in OnSdu()60 } else if (credits_ > 0) { in OnSdu()61 scheduler_->OnPacketsReady(cid_, credits_); in OnSdu()62 pending_frames_count_ += (segments.size() - credits_); in OnSdu()63 credits_ = 0; in OnSdu()125 int total_credits = credits_ + credits; in OnCredit()129 credits_ = total_credits; in OnCredit()130 if (pending_frames_count_ > 0 && credits_ >= pending_frames_count_) { in OnCredit()133 credits_ -= pending_frames_count_; in OnCredit()[all …]
72 uint16_t credits_ = 0; variable
51 uint16_t credits_; member66 pending_command.credits_ = initial_credits; in CreditBasedConnectionRequest()
536 command_just_sent_.mtu_, command_just_sent_.mps_, command_just_sent_.credits_); in handle_send_next_command()