Searched refs:max_in_flight (Results 1 – 2 of 2) sorted by relevance
18 void handle_flash_read(uint32_t addr, uint32_t len, uint32_t block_size, uint32_t max_in_flight);
96 uint32_t max_in_flight) { in handle_flash_read() argument111 while (num_sent < len && num_sent - num_acked < max_in_flight) { in handle_flash_read()