Searched refs:mps_ (Results 1 – 4 of 4) sorted by relevance
45 packet::FragmentingInserter fragmenting_inserter(mps_ - 2, std::back_insert_iterator(segments)); in OnSdu()73 if (basic_frame_view.size() > mps_) { in OnPdu()74 …ved frame size %d > mps %d, dropping the packet", static_cast<int>(basic_frame_view.size()), mps_); in OnPdu()116 mps_ = mps; in SetMps()
70 uint16_t mps_ = 251; variable
50 uint16_t mps_; member65 pending_command.mps_ = mps; in CreditBasedConnectionRequest()
295 data_controller->SetMps(std::min(mps, command_just_sent_.mps_)); in OnConnectionResponse()490 command_just_sent_.mtu_, command_just_sent_.mps_, command_just_sent_.credits_); in handle_send_next_command()