Searched refs:nrpacks (Results 1 – 2 of 2) sorted by relevance
60 static int nrpacks = USX2Y_NRPACKS; /* number of packets per urb */ variable61 #define nr_of_packs() nrpacks62 module_param(nrpacks, int, 0444);63 MODULE_PARM_DESC(nrpacks, "Number of packets per URB.");
71 static int nrpacks = 8; /* max. number of packets per urb */ variable86 module_param(nrpacks, int, 0644);87 MODULE_PARM_DESC(nrpacks, "Max. number of packets per URB.");1073 urb_packs = nrpacks; in init_substream_urbs()3769 if (nrpacks < MIN_PACKS_URB || nrpacks > MAX_PACKS) { in snd_usb_audio_init()