Lines Matching refs:iso_frame_desc
446 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb()
447 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb()
448 urb->iso_frame_desc[k].actual_length = 0; in fill_isoc_urb()
492 iso_frame_desc[k].offset = in start_isoc_chain()
495 iso_frame_desc[k].length = in start_isoc_chain()
567 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete()
635 urb->iso_frame_desc[k].offset = tx_offset; in tx_iso_complete()
636 urb->iso_frame_desc[k].length = in tx_iso_complete()
641 urb->iso_frame_desc[k].offset = in tx_iso_complete()
644 urb->iso_frame_desc[k].length = 1; in tx_iso_complete()
715 len = urb->iso_frame_desc[k].actual_length; in rx_iso_complete()
716 offset = urb->iso_frame_desc[k].offset; in rx_iso_complete()
718 iso_status = urb->iso_frame_desc[k].status; in rx_iso_complete()