Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dnosy-user.h14 __u32 total_packet_count; member
Dnosy.c61 long total_packet_count, lost_packet_count; member
185 buffer->total_packet_count++; in packet_buffer_put()
354 stats.total_packet_count = client->buffer.total_packet_count; in nosy_ioctl()
/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-ring.c1771 u32 maxp, total_packet_count; in cdnsp_td_remainder() local
1783 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in cdnsp_td_remainder()
1786 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in cdnsp_td_remainder()
2149 unsigned int total_packet_count) in cdnsp_get_burst_count() argument
2157 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in cdnsp_get_burst_count()
2171 unsigned int total_packet_count) in cdnsp_get_last_burst_packet_count() argument
2179 residue = total_packet_count % (max_burst + 1); in cdnsp_get_last_burst_packet_count()
2190 if (total_packet_count == 0) in cdnsp_get_last_burst_packet_count()
2193 return total_packet_count - 1; in cdnsp_get_last_burst_packet_count()
/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c3448 u32 maxp, total_packet_count; in xhci_td_remainder() local
3464 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in xhci_td_remainder()
3467 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder()
3845 struct urb *urb, unsigned int total_packet_count) in xhci_get_burst_count() argument
3853 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count()
3865 struct urb *urb, unsigned int total_packet_count) in xhci_get_last_burst_packet_count() argument
3876 residue = total_packet_count % (max_burst + 1); in xhci_get_last_burst_packet_count()
3884 if (total_packet_count == 0) in xhci_get_last_burst_packet_count()
3886 return total_packet_count - 1; in xhci_get_last_burst_packet_count()