Searched refs:remainingLengthToBeRead (Results 1 – 1 of 1) sorted by relevance
1880 u32 remainingLengthToBeRead, currentLength; in wifi_read_packet_filter() local1885 remainingLengthToBeRead = length; in wifi_read_packet_filter()1902 while (remainingLengthToBeRead) in wifi_read_packet_filter()1929 currentLength = min(remainingLengthToBeRead, info->firmware_bus_max_size); in wifi_read_packet_filter()1950 remainingLengthToBeRead -= currentLength; in wifi_read_packet_filter()