Searched refs:current_batch_size (Results 1 – 1 of 1) sorted by relevance
170 int current_batch_size; in mt76u_copy() local182 current_batch_size = min_t(int, usb->data_len, len - i); in mt76u_copy()183 memcpy(usb->data, val + i, current_batch_size); in mt76u_copy()187 current_batch_size); in mt76u_copy()191 i += current_batch_size; in mt76u_copy()