Lines Matching refs:iso_frame_desc
955 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb()
956 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb()
957 urb->iso_frame_desc[k].actual_length = 0; in fill_isoc_urb()
1007 len = urb->iso_frame_desc[k].actual_length; in rx_iso_complete()
1008 offset = urb->iso_frame_desc[k].offset; in rx_iso_complete()
1010 iso_status = urb->iso_frame_desc[k].status; in rx_iso_complete()
1236 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete()
1288 urb->iso_frame_desc[k].offset = tx_offset; in tx_iso_complete()
1289 urb->iso_frame_desc[k].length = current_len + 1; in tx_iso_complete()
1298 urb->iso_frame_desc[k].offset, in tx_iso_complete()
1299 urb->iso_frame_desc[k].length); in tx_iso_complete()
1301 for (i = urb->iso_frame_desc[k].offset; in tx_iso_complete()
1302 i < (urb->iso_frame_desc[k].offset in tx_iso_complete()
1303 + urb->iso_frame_desc[k].length); in tx_iso_complete()
1314 urb->iso_frame_desc[k].offset = tx_offset++; in tx_iso_complete()
1315 urb->iso_frame_desc[k].length = 1; in tx_iso_complete()
1420 iso_frame_desc[k].offset = in start_isoc_chain()
1423 iso_frame_desc[k].length = in start_isoc_chain()