Home
last modified time | relevance | path

Searched refs:bytes_recvd (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/serio/
H A Dhyperv-keyboard.c184 u32 bytes_recvd, in hv_kbd_handle_received_packet()
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()
182 hv_kbd_handle_received_packet(struct hv_device *hv_dev, struct vmpacket_descriptor *desc, u32 bytes_recvd, u64 req_id) hv_kbd_handle_received_packet() argument
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhyperv-keyboard.c184 u32 bytes_recvd, in hv_kbd_handle_received_packet()
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()
182 hv_kbd_handle_received_packet(struct hv_device *hv_dev, struct vmpacket_descriptor *desc, u32 bytes_recvd, u64 req_id) hv_kbd_handle_received_packet() argument
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-pci1xxxx.c156 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c456 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_sockmap.c409 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, txmsg_pop_total); 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()
687 fprintf(stderr, "recv failed(), bytes_recvd:%zd, total_bytes:%f\n", 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_Bp in sendmsg_test()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-hyperv.c2923 u32 bytes_recvd; in hv_pci_onchannelcallback() local
2944 &bytes_recvd, &req_id); in hv_pci_onchannelcallback()
2949 bufferlen = bytes_recvd; in hv_pci_onchannelcallback()
2950 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback()
2957 if (ret || !bytes_recvd) in hv_pci_onchannelcallback()
2964 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()
2992 bytes_recvd); in hv_pci_onchannelcallback()
3003 if (bytes_recvd < sizeof(*bus_rel) || in hv_pci_onchannelcallback()
3004 bytes_recvd < in hv_pci_onchannelcallback()
3018 if (bytes_recvd < sizeo in hv_pci_onchannelcallback()
[all...]
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-hyperv.c2447 u32 bytes_recvd; in hv_pci_onchannelcallback() local
2467 bufferlen, &bytes_recvd, &req_id); in hv_pci_onchannelcallback()
2472 bufferlen = bytes_recvd; in hv_pci_onchannelcallback()
2473 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback()
2480 if (ret || !bytes_recvd) in hv_pci_onchannelcallback()
2487 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()
2502 bytes_recvd); in hv_pci_onchannelcallback()
2512 if (bytes_recvd < in hv_pci_onchannelcallback()
2526 if (bytes_recvd < in hv_pci_onchannelcallback()
2574 desc->type, req_id, bytes_recvd); in hv_pci_onchannelcallback()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A 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, txmsg_pop_total); 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/
H A 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhyperv_fb.c499 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()

Completed in 31 milliseconds