total_packet_count   14 drivers/firewire/nosy-user.h 	__u32 total_packet_count;
total_packet_count   61 drivers/firewire/nosy.c 	long total_packet_count, lost_packet_count;
total_packet_count  185 drivers/firewire/nosy.c 	buffer->total_packet_count++;
total_packet_count  353 drivers/firewire/nosy.c 		stats.total_packet_count = client->buffer.total_packet_count;
total_packet_count 3203 drivers/usb/host/xhci-ring.c 	u32 maxp, total_packet_count;
total_packet_count 3219 drivers/usb/host/xhci-ring.c 	total_packet_count = DIV_ROUND_UP(td_total_len, maxp);
total_packet_count 3222 drivers/usb/host/xhci-ring.c 	return (total_packet_count - ((transferred + trb_buff_len) / maxp));
total_packet_count 3592 drivers/usb/host/xhci-ring.c 		struct urb *urb, unsigned int total_packet_count)
total_packet_count 3600 drivers/usb/host/xhci-ring.c 	return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1;
total_packet_count 3612 drivers/usb/host/xhci-ring.c 		struct urb *urb, unsigned int total_packet_count)
total_packet_count 3623 drivers/usb/host/xhci-ring.c 		residue = total_packet_count % (max_burst + 1);
total_packet_count 3631 drivers/usb/host/xhci-ring.c 	if (total_packet_count == 0)
total_packet_count 3633 drivers/usb/host/xhci-ring.c 	return total_packet_count - 1;