Home
last modified time | relevance | path

Searched refs:bytes_recvd (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/serio/
Dhyperv-keyboard.c184 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()
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-hyperv.c2460 u32 bytes_recvd; in hv_pci_onchannelcallback() local
2480 bufferlen, &bytes_recvd, &req_id); in hv_pci_onchannelcallback()
2485 bufferlen = bytes_recvd; in hv_pci_onchannelcallback()
2486 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback()
2493 if (ret || !bytes_recvd) in hv_pci_onchannelcallback()
2500 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()
2515 bytes_recvd); in hv_pci_onchannelcallback()
2525 if (bytes_recvd < in hv_pci_onchannelcallback()
2539 if (bytes_recvd < in hv_pci_onchannelcallback()
2587 desc->type, req_id, bytes_recvd); in hv_pci_onchannelcallback()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c409 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dhyperv_fb.c507 u32 bytes_recvd; in synthvid_receive() local
520 &bytes_recvd, &req_id); in synthvid_receive()
521 if (bytes_recvd > 0 && in synthvid_receive()
524 } while (bytes_recvd > 0 && ret == 0); in synthvid_receive()