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