| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | dpc.c | 26 u16 bytes_received) in vnt_rx_data() argument 75 tsf_time = (__le64 *)(skb_data + bytes_received - 12); in vnt_rx_data() 76 new_rsr = skb_data + bytes_received - 3; in vnt_rx_data() 77 rssi = skb_data + bytes_received - 2; in vnt_rx_data() 78 rsr = skb_data + bytes_received - 1; in vnt_rx_data()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | fastboot.c | 51 static unsigned int bytes_received = 0; variable 332 if (fastboot_data_len == 0 && bytes_received == 0) { in fb_download() 343 } else if (fastboot_data_len == 0 && (bytes_received >= bytes_expected)) { in fb_download() 346 image_size = bytes_received; in fb_download() 347 bytes_expected = bytes_received = 0; in fb_download() 350 (bytes_received + fastboot_data_len) > bytes_expected) { in fb_download() 355 memcpy((void*)CONFIG_FASTBOOT_BUF_ADDR + bytes_received, fastboot_data, in fb_download() 357 bytes_received += fastboot_data_len; in fb_download()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lrz.c | 905 zi.bytes_received=0; in wcreceive() 977 bps=(zi.bytes_received-zi.bytes_skipped)/d; in wcreceive() 982 (long) zi.bytes_received, (long) zi.bytes_total, bps); in wcreceive() 987 shortname,protname(),zi.bytes_received, bps); in wcreceive() 1050 bps=(zi.bytes_received-zi.bytes_skipped)/d; in wcreceive() 1054 (long) zi.bytes_received, bps); in wcreceive() 1059 shortname,protname(),zi.bytes_received, bps); in wcreceive() 1155 zi->bytes_received+=Blklen; in wcrx() 1576 zi->bytes_received=0; in procheader() 1752 zi->bytes_received=zi->bytes_skipped; in procheader() [all …]
|
| H A D | zm.c | 542 zrdata(char *buf, int length, size_t *bytes_received) in zrdata() argument 549 *bytes_received=0; in zrdata() 551 return zrdat32(buf, length, bytes_received); in zrdata() 576 *bytes_received = length - (end - buf); in zrdata() 577 COUNT_BLK(*bytes_received); in zrdata() 578 VPRINTF(3,("zrdata: %lu %s", (unsigned long) (*bytes_received), in zrdata() 601 zrdat32(char *buf, int length, size_t *bytes_received) in zrdat32() argument 636 *bytes_received = length - (end - buf); in zrdat32() 637 COUNT_BLK(*bytes_received); in zrdat32() 638 VPRINTF(3,("zrdat32: %lu %s", (unsigned long) *bytes_received, in zrdat32()
|
| H A D | zglobal.h | 347 size_t bytes_received; member 352 #define R_BYTESLEFT(x) ((x)->bytes_total-(x)->bytes_received)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | smu_v11_0_i2c.c | 327 uint32_t bytes_received, ret = I2C_OK; in smu_v11_0_i2c_receive() local 329 bytes_received = 0; in smu_v11_0_i2c_receive() 346 if (bytes_received == 0) in smu_v11_0_i2c_receive() 379 data[bytes_received] = REG_GET_FIELD(reg, CKSVII2C_IC_DATA_CMD, DAT); in smu_v11_0_i2c_receive() 382 bytes_received++; in smu_v11_0_i2c_receive() 387 (uint16_t)address, bytes_received); in smu_v11_0_i2c_receive() 391 16, 1, data, bytes_received, false); in smu_v11_0_i2c_receive()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | usbpipe.c | 263 unsigned long bytes_received) in vnt_rx_data() argument 285 if (bytes_received != frame_size) { in vnt_rx_data() 290 if ((bytes_received > 2372) || (bytes_received <= 40)) { in vnt_rx_data() 302 if (((bytes_received - head->pay_load_len) > 27) || in vnt_rx_data() 303 ((bytes_received - head->pay_load_len) < 24) || in vnt_rx_data() 304 (bytes_received < head->pay_load_len)) { in vnt_rx_data()
|
| /OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/ |
| H A D | q6asm-dai.c | 62 unsigned int bytes_received; member 580 avail = prtd->bytes_received - prtd->bytes_sent; in compress_event_handler() 1074 u32 bytes_received; in q6asm_compr_copy() local 1076 bytes_received = prtd->bytes_received; in q6asm_compr_copy() 1083 bytes_received = ALIGN(prtd->bytes_received, prtd->pcm_count); in q6asm_compr_copy() 1085 app_pointer = bytes_received/prtd->pcm_size; in q6asm_compr_copy() 1086 app_pointer = bytes_received - (app_pointer * prtd->pcm_size); in q6asm_compr_copy() 1103 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6asm_compr_copy() 1111 prtd->bytes_received = bytes_received + count; in q6asm_compr_copy() 1117 avail = prtd->bytes_received - prtd->bytes_sent; in q6asm_compr_copy()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcpbpf_kern.c | 172 g.bytes_received = skops->bytes_received; in bpf_testcb()
|
| H A D | test_sock_fields.c | 108 dst->bytes_received = src->bytes_received; in tpcpy()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tcpbpf.h | 13 __u64 bytes_received; member
|
| H A D | test_tcpbpf_user.c | 48 EXPECT_EQ(501ULL, result->bytes_received, "llu"); in verify_result()
|
| /OK3568_Linux_fs/kernel/drivers/staging/pi433/ |
| H A D | pi433_if.c | 767 int bytes_received; in pi433_read() local 790 bytes_received = pi433_receive(device); in pi433_read() 798 if (bytes_received > 0) { in pi433_read() 799 retval = copy_to_user(buf, device->rx_buffer, bytes_received); in pi433_read() 804 return bytes_received; in pi433_read()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_fields.c | 99 tp->bytes_received, tp->bytes_acked); in print_tp() 199 cli_tp.bytes_received < 2 * DATA_LEN, in check_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_droq.h | 99 u64 bytes_received; member
|
| H A D | octeon_droq.c | 578 droq->stats.bytes_received += info->length; in octeon_droq_drop_packets() 716 droq->stats.bytes_received += total_len; in octeon_droq_fast_process_packets()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/ |
| H A D | var_off.c | 147 bytes_received)),
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tcp.h | 163 u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4220 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived member 4533 __u64 bytes_received; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4220 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived member 4533 __u64 bytes_received; member
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | virtio_console.c | 168 unsigned long bytes_sent, bytes_received, bytes_discarded; member 480 port->stats.bytes_received += len; in get_inbuf() 1306 seq_printf(s, "bytes_received: %lu\n", port->stats.bytes_received); in port_debugfs_show()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_fastopen.c | 220 tp->bytes_received = skb->len; in tcp_fastopen_add_skb()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bpf.h | 2750 __u64 bytes_received; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bpf.h | 2750 __u64 bytes_received; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | be_main.h | 569 unsigned int bytes_received; member
|