Searched refs:ret_rcv (Results 1 – 1 of 1) sorted by relevance
149 long long int rcv_cnt = 0, left_to_rcv, ret_rcv; in download_head() local165 ret_rcv = thor_rx_data(); in download_head()166 if (ret_rcv < 0) in download_head()167 return ret_rcv; in download_head()168 rcv_cnt += ret_rcv; in download_head()199 ret_rcv = thor_rx_data(); in download_head()200 if (ret_rcv < 0) in download_head()201 return ret_rcv; in download_head()202 rcv_cnt += ret_rcv; in download_head()