Searched refs:bytes_process (Results 1 – 1 of 1) sorted by relevance
1275 u32 bytes_process = 0; in r8152_recv() local1297 while (bytes_process < actual_len) { in r8152_recv()1298 rx_desc = (struct rx_desc *)(recv_buf + bytes_process); in r8152_recv()1299 pkt_ptr = recv_buf + sizeof(struct rx_desc) + bytes_process; in r8152_recv()1306 bytes_process += in r8152_recv()1309 if (bytes_process % 8) in r8152_recv()1310 bytes_process = bytes_process + 8 - (bytes_process % 8); in r8152_recv()