Searched refs:total_packet_count (Results 1 – 4 of 4) sorted by relevance
14 __u32 total_packet_count; member
61 long total_packet_count, lost_packet_count; member187 buffer->total_packet_count++; in packet_buffer_put()356 stats.total_packet_count = client->buffer.total_packet_count; in nosy_ioctl()
1779 u32 maxp, total_packet_count; in cdnsp_td_remainder() local1791 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in cdnsp_td_remainder()1794 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in cdnsp_td_remainder()2172 unsigned int total_packet_count) in cdnsp_get_burst_count() argument2180 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in cdnsp_get_burst_count()2194 unsigned int total_packet_count) in cdnsp_get_last_burst_packet_count() argument2202 residue = total_packet_count % (max_burst + 1); in cdnsp_get_last_burst_packet_count()2213 if (total_packet_count == 0) in cdnsp_get_last_burst_packet_count()2216 return total_packet_count - 1; in cdnsp_get_last_burst_packet_count()
3533 u32 maxp, total_packet_count; in xhci_td_remainder() local3549 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in xhci_td_remainder()3552 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder()3941 struct urb *urb, unsigned int total_packet_count) in xhci_get_burst_count() argument3949 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count()3961 struct urb *urb, unsigned int total_packet_count) in xhci_get_last_burst_packet_count() argument3972 residue = total_packet_count % (max_burst + 1); in xhci_get_last_burst_packet_count()3980 if (total_packet_count == 0) in xhci_get_last_burst_packet_count()3982 return total_packet_count - 1; in xhci_get_last_burst_packet_count()
Completed in 21 milliseconds