Lines Matching refs:k

953 	int k;  in fill_isoc_urb()  local
963 for (k = 0; k < num_packets; k++) { in fill_isoc_urb()
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()
977 int k, len, errcode, offset, num_isoc_packets, fifon, maxlen, in rx_iso_complete() local
1014 for (k = 0; k < num_isoc_packets; ++k) { in rx_iso_complete()
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()
1023 hw->name, __func__, k, iso_status); in rx_iso_complete()
1032 k, num_isoc_packets - 1, in rx_iso_complete()
1170 int k, tx_offset, num_isoc_packets, sink, remain, current_len, in tx_iso_complete() local
1239 for (k = 0; k < num_isoc_packets; ++k) { in tx_iso_complete()
1242 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete()
1246 hw->name, __func__, k, errcode); 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()
1303 k, num_isoc_packets - 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()
1390 int i, k, errcode; in start_isoc_chain() local
1423 for (k = 0; k < num_packets_per_urb; k++) { in start_isoc_chain()
1425 iso_frame_desc[k].offset = in start_isoc_chain()
1426 k * packet_size; in start_isoc_chain()
1428 iso_frame_desc[k].length = in start_isoc_chain()