Lines Matching refs:num_frames
280 unsigned int j, num_frames;
284 num_frames = mbo->buffer_length / frame_size;
286 if (num_frames < 1) {
292 for (j = num_frames - 1; j > 0; j--)
296 mbo->buffer_length = num_frames * USB_MTU;
314 unsigned int j, num_frames;
318 num_frames = mbo->processed_length / USB_MTU;
320 for (j = 1; j < num_frames; j++)
325 mbo->processed_length = frame_size * num_frames;
569 unsigned int num_frames;
613 num_frames = conf->buffer_size / frame_size;
618 conf->buffer_size = num_frames * frame_size;
624 conf->extra_len = num_frames * (USB_MTU - frame_size);