Searched refs:bytes_process (Results 1 – 1 of 1) sorted by relevance
1507 u32 bytes_process = 0; in r8152_recv() local1529 while (bytes_process < actual_len) { in r8152_recv()1530 rx_desc = (struct rx_desc *)(recv_buf + bytes_process); in r8152_recv()1531 pkt_ptr = recv_buf + sizeof(struct rx_desc) + bytes_process; in r8152_recv()1538 bytes_process += in r8152_recv()1541 if (bytes_process % 8) in r8152_recv()1542 bytes_process = bytes_process + 8 - (bytes_process % 8); in r8152_recv()
Completed in 7 milliseconds