Lines Matching defs:nr_of_packs
49 #define nr_of_packs() nrpacks
53 #define nr_of_packs() USX2Y_NRPACKS
65 for (i = 0; i < nr_of_packs(); i++) {
122 for (pack = 0; pack < nr_of_packs(); pack++) {
188 urb->start_frame = (frame + NRURBS * nr_of_packs()); // let hcd do rollover sanity checks
310 usx2y->wait_iso_frame += nr_of_packs();
407 subs->tmpbuf = kcalloc(nr_of_packs(), subs->maxpacksize, GFP_KERNEL);
418 *purb = usb_alloc_urb(nr_of_packs(), GFP_KERNEL);
427 nr_of_packs(), GFP_KERNEL);
435 (*purb)->number_of_packets = nr_of_packs();
475 for (pack = 0; pack < nr_of_packs(); pack++) {
479 urb->transfer_buffer_length = subs->maxpacksize * nr_of_packs();