Searched refs:bytes_process (Results 1 – 1 of 1) sorted by relevance
1274 u32 bytes_process = 0; in r8152_recv() local1296 while (bytes_process < actual_len) { in r8152_recv()1297 rx_desc = (struct rx_desc *)(recv_buf + bytes_process); in r8152_recv()1298 pkt_ptr = recv_buf + sizeof(struct rx_desc) + bytes_process; in r8152_recv()1305 bytes_process += in r8152_recv()1308 if (bytes_process % 8) in r8152_recv()1309 bytes_process = bytes_process + 8 - (bytes_process % 8); in r8152_recv()