Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dload.c679 #define SEND_DATA_SIZE 20 macro
680 static char send_parms[SEND_DATA_SIZE];
697 if (send_ptr == &send_parms[SEND_DATA_SIZE - 1]) in handle_send_packet()
915 if (send_ptr >= &send_parms[SEND_DATA_SIZE]) in k_recv()