Searched refs:n_data (Results 1 – 2 of 2) sorted by relevance
58 int size, n_data, n_ack, try; in tftp_send() local79 if (n_data > 0) { in tftp_send()165 int n_data, n_ack, writesize, i, retry; in tftp_receive() local223 if (n_data < 0) { in tftp_receive()230 if (n_data == RP_TIMEOUT) { in tftp_receive()241 rp_strerror(n_data)); in tftp_receive()270 if (n_data > 0) { in tftp_receive()282 if (n_data != segsize) in tftp_receive()307 } while (n_data == segsize); in tftp_receive()316 if (n_data <= 0) in tftp_receive()[all …]
250 u_int32_t n_data = AR_WOW_OFFLOAD_ACER_KA0_DATA_WORDS; in ar9300_wowoffload_download_acer_swka() local267 if (size < (n_data * 4)) { in ar9300_wowoffload_download_acer_swka()268 n_data = (size + 3) / 4; in ar9300_wowoffload_download_acer_swka()270 for (i=0; i<n_data * 4; i+=4) { in ar9300_wowoffload_download_acer_swka()