Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c329 unsigned int total_packet_count, in xhci_v1_0_td_remainder() argument
345 if ((total_packet_count - packets_transferred) > 31) in xhci_v1_0_td_remainder()
347 return (total_packet_count - packets_transferred) << 17; in xhci_v1_0_td_remainder()
573 unsigned int total_packet_count; in xhci_bulk_tx() local
637 total_packet_count = DIV_ROUND_UP(length, maxpacketsize); in xhci_bulk_tx()
688 total_packet_count, in xhci_bulk_tx()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnosy-user.h14 __u32 total_packet_count; member
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c3489 u32 maxp, total_packet_count; in xhci_td_remainder() local
3505 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in xhci_td_remainder()
3508 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder()
3886 struct urb *urb, unsigned int total_packet_count) in xhci_get_burst_count() argument
3894 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count()
3906 struct urb *urb, unsigned int total_packet_count) in xhci_get_last_burst_packet_count() argument
3917 residue = total_packet_count % (max_burst + 1); in xhci_get_last_burst_packet_count()
3925 if (total_packet_count == 0) in xhci_get_last_burst_packet_count()
3927 return total_packet_count - 1; in xhci_get_last_burst_packet_count()