Lines Matching refs:total_packet_count
3328 * Total TD packet count = total_packet_count =
3334 * TD size = total_packet_count - packets_transferred
3348 u32 maxp, total_packet_count;
3364 total_packet_count = DIV_ROUND_UP(td_total_len, maxp);
3367 return (total_packet_count - ((transferred + trb_buff_len) / maxp));
3745 struct urb *urb, unsigned int total_packet_count)
3753 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1;
3765 struct urb *urb, unsigned int total_packet_count)
3776 residue = total_packet_count % (max_burst + 1);
3784 if (total_packet_count == 0)
3786 return total_packet_count - 1;