Searched refs:bytes_recvd (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/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.1/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.1/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.1/drivers/pci/controller/ |
| D | pci-hyperv.c | 2844 u32 bytes_recvd; in hv_pci_onchannelcallback() local 2865 &bytes_recvd, &req_id); in hv_pci_onchannelcallback() 2870 bufferlen = bytes_recvd; in hv_pci_onchannelcallback() 2871 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback() 2878 if (ret || !bytes_recvd) in hv_pci_onchannelcallback() 2885 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback() 2913 bytes_recvd); in hv_pci_onchannelcallback() 2924 if (bytes_recvd < sizeof(*bus_rel) || in hv_pci_onchannelcallback() 2925 bytes_recvd < in hv_pci_onchannelcallback() 2939 if (bytes_recvd < sizeof(*bus_rel2) || in hv_pci_onchannelcallback() [all …]
|
| /Linux-v6.1/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()
|