Searched refs:MAX_READ_SIZE (Results 1 – 1 of 1) sorted by relevance
32 #define MAX_READ_SIZE 4096 macro49 uint8_t data[MAX_READ_SIZE];381 if (req->size > MAX_READ_SIZE) { in storage_file_read()383 __func__, req->size, MAX_READ_SIZE); in storage_file_read()