Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c3292 u32 maxp, total_packet_count; in xhci_td_remainder() local
3308 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in xhci_td_remainder()
3311 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder()
3685 struct urb *urb, unsigned int total_packet_count) in xhci_get_burst_count() argument
3693 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count()
3705 struct urb *urb, unsigned int total_packet_count) in xhci_get_last_burst_packet_count() argument
3716 residue = total_packet_count % (max_burst + 1); in xhci_get_last_burst_packet_count()
3724 if (total_packet_count == 0) in xhci_get_last_burst_packet_count()
3726 return total_packet_count - 1; in xhci_get_last_burst_packet_count()