Searched refs:bytes_recvd (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/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-v5.15/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-v5.15/drivers/pci/controller/ |
D | pci-hyperv.c | 2434 u32 bytes_recvd; in hv_pci_onchannelcallback() local 2454 bufferlen, &bytes_recvd, &req_id); in hv_pci_onchannelcallback() 2459 bufferlen = bytes_recvd; in hv_pci_onchannelcallback() 2460 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback() 2467 if (ret || !bytes_recvd) in hv_pci_onchannelcallback() 2474 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback() 2489 bytes_recvd); in hv_pci_onchannelcallback() 2499 if (bytes_recvd < in hv_pci_onchannelcallback() 2513 if (bytes_recvd < in hv_pci_onchannelcallback() 2561 desc->type, req_id, bytes_recvd); in hv_pci_onchannelcallback()
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 409 size_t bytes_recvd; member 618 while (s->bytes_recvd < total_bytes) { in msg_loop() 638 …fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, t… in msg_loop() 666 s->bytes_recvd += recv; in msg_loop() 710 return s.bytes_recvd / (s.end.tv_sec - s.start.tv_sec); in recvdBps() 770 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in sendmsg_test() 800 s.bytes_recvd, recvd_Bps, recvd_Bps/giga); in sendmsg_test()
|
/Linux-v5.15/drivers/video/fbdev/ |
D | hyperv_fb.c | 510 u32 bytes_recvd; in synthvid_receive() local 523 &bytes_recvd, &req_id); in synthvid_receive() 524 if (bytes_recvd > 0 && in synthvid_receive() 527 } while (bytes_recvd > 0 && ret == 0); in synthvid_receive()
|