Searched refs:PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
32 #define PACKET_SIZE 1024 macro34 #define DATA_SIZE (PACKET_SIZE - FASTBOOT_HEADER_SIZE)39 static const unsigned short fb_packet_size = PACKET_SIZE;43 static uchar last_packet[PACKET_SIZE];487 if (len < FASTBOOT_HEADER_SIZE || len > PACKET_SIZE) { in fastboot_handler()