Home
last modified time | relevance | path

Searched refs:bytes_process (Results 1 – 25 of 65) sorted by relevance

123

/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/eth/
H A Dr8152.c1274 u32 bytes_process = 0; in r8152_recv() local
1296 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()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/eth/
H A Dr8152.c1274 u32 bytes_process = 0; in r8152_recv() local
1296 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()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/usb/eth/
H A Dr8152.c1274 u32 bytes_process = 0; in r8152_recv() local
1296 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()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/usb/eth/
H A Dr8152.c1274 u32 bytes_process = 0;
1296 while (bytes_process < actual_len) {
1297 rx_desc = (struct rx_desc *)(recv_buf + bytes_process);
1298 pkt_ptr = recv_buf + sizeof(struct rx_desc) + bytes_process;
1305 bytes_process +=
1308 if (bytes_process % 8)
1309 bytes_process = bytes_process + 8 - (bytes_process % 8);
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/usb/eth/
H A Dr8152.c1277 u32 bytes_process = 0; in r8152_recv() local
1299 while (bytes_process < actual_len) { in r8152_recv()
1300 rx_desc = (struct rx_desc *)(recv_buf + bytes_process); in r8152_recv()
1301 pkt_ptr = recv_buf + sizeof(struct rx_desc) + bytes_process; in r8152_recv()
1308 bytes_process += in r8152_recv()
1311 if (bytes_process % 8) in r8152_recv()
1312 bytes_process = bytes_process + 8 - (bytes_process % 8); in r8152_recv()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/usb/eth/
H A Dr8152.c1274 u32 bytes_process = 0; in r8152_recv() local
1296 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()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/drivers/usb/eth/
H A Dr8152.c1507 u32 bytes_process = 0; in r8152_recv() local
1529 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()

123