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