Lines Matching refs:number_of_packets
1184 iso_sched->span = urb->number_of_packets * stream->uperiod;
1189 for (i = 0; i < urb->number_of_packets; i++) {
1200 if (unlikely(((i + 1) == urb->number_of_packets))
1242 sched = iso_sched_alloc(urb->number_of_packets, mem_flags);
1251 num_itds = urb->number_of_packets;
1757 packet < urb->number_of_packets;) {
1783 || packet == urb->number_of_packets) {
1858 if (likely((urb_index + 1) != urb->number_of_packets))
1929 urb->number_of_packets, urb->interval,
1983 iso_sched->span = urb->number_of_packets * stream->ps.period;
1988 for (i = 0; i < urb->number_of_packets; i++) {
1998 if (((i + 1) == urb->number_of_packets)
2034 iso_sched = iso_sched_alloc(urb->number_of_packets, mem_flags);
2042 for (i = 0; i < urb->number_of_packets; i++) {
2159 packet < urb->number_of_packets;
2238 if ((urb_index + 1) != urb->number_of_packets)