Lines Matching refs:number_of_packets
1189 iso_sched->span = urb->number_of_packets * stream->uperiod;
1194 for (i = 0; i < urb->number_of_packets; i++) {
1205 if (unlikely(((i + 1) == urb->number_of_packets))
1247 sched = iso_sched_alloc(urb->number_of_packets, mem_flags);
1256 num_itds = urb->number_of_packets;
1768 packet < urb->number_of_packets;) {
1794 || packet == urb->number_of_packets) {
1869 if (likely((urb_index + 1) != urb->number_of_packets))
1940 urb->number_of_packets, urb->interval,
1994 iso_sched->span = urb->number_of_packets * stream->ps.period;
1999 for (i = 0; i < urb->number_of_packets; i++) {
2009 if (((i + 1) == urb->number_of_packets)
2045 iso_sched = iso_sched_alloc(urb->number_of_packets, mem_flags);
2053 for (i = 0; i < urb->number_of_packets; i++) {
2170 packet < urb->number_of_packets;
2249 if ((urb_index + 1) != urb->number_of_packets)