Searched refs:remainingLengthToBeRead (Results 1 – 1 of 1) sorted by relevance
2485 u32 remainingLengthToBeRead, currentLength; in wifi_read_packet_filter() local2490 remainingLengthToBeRead = length; in wifi_read_packet_filter()2507 while (remainingLengthToBeRead) in wifi_read_packet_filter()2534 currentLength = min(remainingLengthToBeRead, info->firmware_bus_max_size); in wifi_read_packet_filter()2555 remainingLengthToBeRead -= currentLength; in wifi_read_packet_filter()