Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_thor.c148 long long int rcv_cnt = 0, left_to_rcv, ret_rcv; in download_head() local
186 left_to_rcv = total - rcv_cnt; in download_head()
192 *left = left_to_rcv + buf - transfer_buffer; in download_head()
194 *left, left_to_rcv, buf); in download_head()
196 if (left_to_rcv) { in download_head()