Lines Matching defs:packet
1170 iso_sched = kzalloc(struct_size(iso_sched, packet, packets), mem_flags);
1195 struct ehci_iso_packet *uframe = &iso_sched->packet[i];
1591 /* Is the next packet scheduled after the base time? */
1691 struct ehci_iso_packet *uf = &iso_sched->packet[index];
1748 int packet;
1767 for (packet = iso_sched->first_packet, itd = NULL;
1768 packet < urb->number_of_packets;) {
1786 itd_patch(ehci, itd, iso_sched, packet, uframe);
1790 packet++;
1794 || packet == urb->number_of_packets) {
1831 /* for each uframe with a packet */
2000 struct ehci_iso_packet *packet = &iso_sched->packet[i];
2013 packet->transaction = cpu_to_hc32(ehci, trans);
2016 packet->bufp = buf;
2017 packet->buf1 = (buf + length) & ~0x0fff;
2018 if (packet->buf1 != (buf & ~(u64)0x0fff))
2019 packet->cross = 1;
2027 packet->buf1 |= length;
2109 struct ehci_iso_packet *uf = &iso_sched->packet[index];
2149 int packet;
2169 for (packet = sched->first_packet, sitd = NULL;
2170 packet < urb->number_of_packets;
2171 packet++) {
2184 sitd_patch(ehci, stream, sitd, sched, packet);