Searched refs:total_packet_count (Results 1 – 1 of 1) sorted by relevance
329 unsigned int total_packet_count, in xhci_v1_0_td_remainder() argument345 if ((total_packet_count - packets_transferred) > 31) in xhci_v1_0_td_remainder()347 return (total_packet_count - packets_transferred) << 17; in xhci_v1_0_td_remainder()615 unsigned int total_packet_count; in xhci_bulk_tx() local679 total_packet_count = DIV_ROUND_UP(length, maxpacketsize); in xhci_bulk_tx()730 total_packet_count, in xhci_bulk_tx()