Searched refs:bytes_recvd (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/input/serio/ |
D | hyperv-keyboard.c | 184 u32 bytes_recvd, in hv_kbd_handle_received_packet() argument 214 msg_sz = bytes_recvd - (desc->offset8 << 3); in hv_kbd_handle_received_packet() 233 desc->type, req_id, bytes_recvd); in hv_kbd_handle_received_packet() 242 u32 bytes_recvd; in hv_kbd_on_channel_callback() local 246 bytes_recvd = desc->len8 * 8; in hv_kbd_on_channel_callback() 249 hv_kbd_handle_received_packet(hv_dev, desc, bytes_recvd, in hv_kbd_on_channel_callback()
|
/Linux-v6.6/drivers/gpu/drm/hyperv/ |
D | hyperv_drm_proto.c | 456 u32 bytes_recvd; in hyperv_receive() local 468 &bytes_recvd, &req_id); in hyperv_receive() 469 if (bytes_recvd > 0 && in hyperv_receive() 472 } while (bytes_recvd > 0 && ret == 0); in hyperv_receive()
|
/Linux-v6.6/drivers/spi/ |
D | spi-pci1xxxx.c | 156 unsigned long bytes_recvd; in pci1xxxx_spi_transfer_one() local 174 bytes_recvd = 0; in pci1xxxx_spi_transfer_one() 217 memcpy_fromio(&rx_buf[bytes_recvd], par->reg_base + in pci1xxxx_spi_transfer_one() 219 bytes_recvd += len; in pci1xxxx_spi_transfer_one()
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 409 size_t bytes_recvd; member 626 while (s->bytes_recvd < total_bytes) { in msg_loop() 646 …fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, t… in msg_loop() 683 s->bytes_recvd += recv; in msg_loop() 685 if (opt->check_recved_len && s->bytes_recvd > total_bytes) { in msg_loop() 688 s->bytes_recvd, total_bytes); in msg_loop() 734 return s.bytes_recvd / (s.end.tv_sec - s.start.tv_sec); in recvdBps() 811 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in sendmsg_test() 844 s.bytes_recvd, recvd_Bps, recvd_Bps/giga); in sendmsg_test()
|
/Linux-v6.6/drivers/pci/controller/ |
D | pci-hyperv.c | 2922 u32 bytes_recvd; in hv_pci_onchannelcallback() local 2943 &bytes_recvd, &req_id); in hv_pci_onchannelcallback() 2948 bufferlen = bytes_recvd; in hv_pci_onchannelcallback() 2949 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback() 2956 if (ret || !bytes_recvd) in hv_pci_onchannelcallback() 2963 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback() 2991 bytes_recvd); in hv_pci_onchannelcallback() 3002 if (bytes_recvd < sizeof(*bus_rel) || in hv_pci_onchannelcallback() 3003 bytes_recvd < in hv_pci_onchannelcallback() 3017 if (bytes_recvd < sizeof(*bus_rel2) || in hv_pci_onchannelcallback() [all …]
|
/Linux-v6.6/drivers/video/fbdev/ |
D | hyperv_fb.c | 499 u32 bytes_recvd; in synthvid_receive() local 512 &bytes_recvd, &req_id); in synthvid_receive() 513 if (bytes_recvd > 0 && in synthvid_receive() 516 } while (bytes_recvd > 0 && ret == 0); in synthvid_receive()
|