Searched refs:current_batch_size (Results 1 – 1 of 1) sorted by relevance
193 int current_batch_size; in mt76u_copy() local205 current_batch_size = min_t(int, usb->data_len, len - i); in mt76u_copy()206 memcpy(usb->data, val + i, current_batch_size); in mt76u_copy()210 current_batch_size); in mt76u_copy()214 i += current_batch_size; in mt76u_copy()