Searched refs:current_batch_size (Results 1 – 1 of 1) sorted by relevance
164 int current_batch_size; in mt76u_copy() local 176 current_batch_size = min_t(int, usb->data_len, len - i); in mt76u_copy() 177 memcpy(usb->data, val + i, current_batch_size); in mt76u_copy() 181 current_batch_size); in mt76u_copy() 185 i += current_batch_size; in mt76u_copy()