Home
last modified time | relevance | path

Searched refs:available_space (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c394 int data_len, available_space, copy_len; in oz_complete_buffered_urb() local
398 available_space = data_len; in oz_complete_buffered_urb()
400 available_space = urb->transfer_buffer_length; in oz_complete_buffered_urb()
405 if (copy_len >= available_space) in oz_complete_buffered_urb()
406 copy_len = available_space; in oz_complete_buffered_urb()
409 if (copy_len < available_space) { in oz_complete_buffered_urb()
411 (available_space - copy_len)); in oz_complete_buffered_urb()
412 ep->out_ix = available_space - copy_len; in oz_complete_buffered_urb()
416 urb->actual_length = available_space; in oz_complete_buffered_urb()
422 available_space); in oz_complete_buffered_urb()