Lines Matching refs:total_packet_count
3478 * Total TD packet count = total_packet_count =
3484 * TD size = total_packet_count - packets_transferred
3498 u32 maxp, total_packet_count;
3514 total_packet_count = DIV_ROUND_UP(td_total_len, maxp);
3517 return (total_packet_count - ((transferred + trb_buff_len) / maxp));
3895 struct urb *urb, unsigned int total_packet_count)
3903 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1;
3915 struct urb *urb, unsigned int total_packet_count)
3926 residue = total_packet_count % (max_burst + 1);
3934 if (total_packet_count == 0)
3936 return total_packet_count - 1;