Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dnetconsole.c267 int send_len = min(len, (int)sizeof(input_buffer)); in nc_stdio_puts() local
268 nc_send_packet(s, send_len); in nc_stdio_puts()
269 len -= send_len; in nc_stdio_puts()
270 s += send_len; in nc_stdio_puts()