Lines Matching refs:iso_frame_desc
444 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb()
445 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb()
446 urb->iso_frame_desc[k].actual_length = 0; in fill_isoc_urb()
490 iso_frame_desc[k].offset = in start_isoc_chain()
493 iso_frame_desc[k].length = in start_isoc_chain()
565 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete()
633 urb->iso_frame_desc[k].offset = tx_offset; in tx_iso_complete()
634 urb->iso_frame_desc[k].length = in tx_iso_complete()
639 urb->iso_frame_desc[k].offset = in tx_iso_complete()
642 urb->iso_frame_desc[k].length = 1; in tx_iso_complete()
713 len = urb->iso_frame_desc[k].actual_length; in rx_iso_complete()
714 offset = urb->iso_frame_desc[k].offset; in rx_iso_complete()
716 iso_status = urb->iso_frame_desc[k].status; in rx_iso_complete()