Lines Matching refs:iso_frame_desc
956 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb()
957 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb()
958 urb->iso_frame_desc[k].actual_length = 0; in fill_isoc_urb()
1008 len = urb->iso_frame_desc[k].actual_length; in rx_iso_complete()
1009 offset = urb->iso_frame_desc[k].offset; in rx_iso_complete()
1011 iso_status = urb->iso_frame_desc[k].status; in rx_iso_complete()
1237 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete()
1289 urb->iso_frame_desc[k].offset = tx_offset; in tx_iso_complete()
1290 urb->iso_frame_desc[k].length = current_len + 1; in tx_iso_complete()
1299 urb->iso_frame_desc[k].offset, in tx_iso_complete()
1300 urb->iso_frame_desc[k].length); in tx_iso_complete()
1302 for (i = urb->iso_frame_desc[k].offset; in tx_iso_complete()
1303 i < (urb->iso_frame_desc[k].offset in tx_iso_complete()
1304 + urb->iso_frame_desc[k].length); in tx_iso_complete()
1315 urb->iso_frame_desc[k].offset = tx_offset++; in tx_iso_complete()
1316 urb->iso_frame_desc[k].length = 1; in tx_iso_complete()
1421 iso_frame_desc[k].offset = in start_isoc_chain()
1424 iso_frame_desc[k].length = in start_isoc_chain()