Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firewire/
Dnosy-user.h13 __u32 total_packet_count; member
Dnosy.c73 long total_packet_count, lost_packet_count; member
197 buffer->total_packet_count++; in packet_buffer_put()
365 stats.total_packet_count = client->buffer.total_packet_count; in nosy_ioctl()
/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c3027 u32 maxp, total_packet_count; in xhci_td_remainder() local
3033 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in xhci_td_remainder()
3041 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder()
3055 unsigned int total_packet_count; in queue_bulk_sg_tx() local
3071 total_packet_count = DIV_ROUND_UP(urb->transfer_buffer_length, in queue_bulk_sg_tx()
3232 unsigned int total_packet_count; in xhci_queue_bulk_tx() local
3291 total_packet_count = DIV_ROUND_UP(urb->transfer_buffer_length, in xhci_queue_bulk_tx()
3517 struct urb *urb, unsigned int total_packet_count) in xhci_get_burst_count() argument
3525 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count()
3538 struct urb *urb, unsigned int total_packet_count) in xhci_get_last_burst_packet_count() argument
[all …]