Home
last modified time | relevance | path

Searched refs:SEND_DATA_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/cmd/
Dload.c682 #define SEND_DATA_SIZE 20 macro
683 static char send_parms[SEND_DATA_SIZE];
700 if (send_ptr == &send_parms[SEND_DATA_SIZE - 1]) in handle_send_packet()
918 if (send_ptr >= &send_parms[SEND_DATA_SIZE]) in k_recv()