Searched refs:num_completed_packets (Results 1 – 2 of 2) sorted by relevance
69 … uint16_t num_completed_packets);71 void AddCompletedPackets(uint16_t handle, uint16_t num_completed_packets);
111 uint16_t handle, uint16_t num_completed_packets) { in CreateNumberOfCompletedPacketsEvent() argument116 evt_ptr->AddCompletedPackets(handle, num_completed_packets); in CreateNumberOfCompletedPacketsEvent()121 void EventPacketBuilder::AddCompletedPackets(uint16_t handle, uint16_t num_completed_packets) { in AddCompletedPackets() argument126 CHECK(handle_pair->AddOctets2(num_completed_packets)); in AddCompletedPackets()