Lines Matching defs:packet
1190 struct ehci_iso_packet *uframe = &iso_sched->packet[i];
1580 /* Is the next packet scheduled after the base time? */
1680 struct ehci_iso_packet *uf = &iso_sched->packet[index];
1737 int packet;
1756 for (packet = iso_sched->first_packet, itd = NULL;
1757 packet < urb->number_of_packets;) {
1775 itd_patch(ehci, itd, iso_sched, packet, uframe);
1779 packet++;
1783 || packet == urb->number_of_packets) {
1820 /* for each uframe with a packet */
1989 struct ehci_iso_packet *packet = &iso_sched->packet[i];
2002 packet->transaction = cpu_to_hc32(ehci, trans);
2005 packet->bufp = buf;
2006 packet->buf1 = (buf + length) & ~0x0fff;
2007 if (packet->buf1 != (buf & ~(u64)0x0fff))
2008 packet->cross = 1;
2016 packet->buf1 |= length;
2098 struct ehci_iso_packet *uf = &iso_sched->packet[index];
2138 int packet;
2158 for (packet = sched->first_packet, sitd = NULL;
2159 packet < urb->number_of_packets;
2160 packet++) {
2173 sitd_patch(ehci, stream, sitd, sched, packet);