Home
last modified time | relevance | path

Searched refs:total_packet_count (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci-ring.c328 unsigned int total_packet_count, in xhci_v1_0_td_remainder() argument
344 if ((total_packet_count - packets_transferred) > 31) in xhci_v1_0_td_remainder()
346 return (total_packet_count - packets_transferred) << 17; in xhci_v1_0_td_remainder()
572 unsigned int total_packet_count; in xhci_bulk_tx() local
636 total_packet_count = DIV_ROUND_UP(length, maxpacketsize); in xhci_bulk_tx()
687 total_packet_count, in xhci_bulk_tx()
/external/webrtc/webrtc/test/
Drtp_file_reader.cc288 int total_packet_count = 0; in Initialize() local
294 ++total_packet_count, ssrc_filter); in Initialize()
310 printf("Total packets in file: %d\n", total_packet_count); in Initialize()