Lines Matching refs:iso_frame_desc
964 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb()
965 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb()
966 urb->iso_frame_desc[k].actual_length = 0; in fill_isoc_urb()
1015 len = urb->iso_frame_desc[k].actual_length; in rx_iso_complete()
1016 offset = urb->iso_frame_desc[k].offset; in rx_iso_complete()
1018 iso_status = urb->iso_frame_desc[k].status; in rx_iso_complete()
1242 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete()
1294 urb->iso_frame_desc[k].offset = tx_offset; in tx_iso_complete()
1295 urb->iso_frame_desc[k].length = current_len + 1; in tx_iso_complete()
1304 urb->iso_frame_desc[k].offset, in tx_iso_complete()
1305 urb->iso_frame_desc[k].length); in tx_iso_complete()
1307 for (i = urb->iso_frame_desc[k].offset; in tx_iso_complete()
1308 i < (urb->iso_frame_desc[k].offset in tx_iso_complete()
1309 + urb->iso_frame_desc[k].length); in tx_iso_complete()
1320 urb->iso_frame_desc[k].offset = tx_offset++; in tx_iso_complete()
1321 urb->iso_frame_desc[k].length = 1; in tx_iso_complete()
1426 iso_frame_desc[k].offset = in start_isoc_chain()
1429 iso_frame_desc[k].length = in start_isoc_chain()