Home
last modified time | relevance | path

Searched refs:rcv_cnt (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
161 while (total - rcv_cnt >= packet_size) { in download_head()
167 rcv_cnt += ret_rcv; in download_head()
169 rcv_cnt, *cnt); in download_head()
171 if ((rcv_cnt % THOR_STORE_UNIT_SIZE) == 0) { in download_head()
186 left_to_rcv = total - rcv_cnt; in download_head()
201 rcv_cnt += ret_rcv; in download_head()
205 debug("%s: %llu total: %llu cnt: %d\n", __func__, rcv_cnt, total, *cnt); in download_head()
207 return rcv_cnt; in download_head()