Home
last modified time | relevance | path

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

/linux-6.12.1/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()
/linux-6.12.1/drivers/gpu/drm/hyperv/
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()
/linux-6.12.1/drivers/spi/
Dspi-pci1xxxx.c142 u32 bytes_recvd; member
417 unsigned long bytes_recvd; in pci1xxxx_spi_transfer_with_io() local
425 p->bytes_recvd = 0; in pci1xxxx_spi_transfer_with_io()
435 bytes_recvd = 0; in pci1xxxx_spi_transfer_with_io()
460 memcpy_fromio(&rx_buf[bytes_recvd], par->reg_base + in pci1xxxx_spi_transfer_with_io()
462 bytes_recvd += len; in pci1xxxx_spi_transfer_with_io()
496 p->bytes_recvd = 0; in pci1xxxx_spi_transfer_with_dma()
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_sockmap.c410 size_t bytes_recvd; member
627 while (s->bytes_recvd < total_bytes) { in msg_loop()
647 …fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, t… in msg_loop()
685 s->bytes_recvd += recv; in msg_loop()
687 if (opt->check_recved_len && s->bytes_recvd > total_bytes) { in msg_loop()
690 s->bytes_recvd, total_bytes); in msg_loop()
736 return s.bytes_recvd / (s.end.tv_sec - s.start.tv_sec); in recvdBps()
813 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in sendmsg_test()
846 s.bytes_recvd, recvd_Bps, recvd_Bps/giga); in sendmsg_test()
/linux-6.12.1/drivers/pci/controller/
Dpci-hyperv.c2916 u32 bytes_recvd; in hv_pci_onchannelcallback() local
2937 &bytes_recvd, &req_id); in hv_pci_onchannelcallback()
2942 bufferlen = bytes_recvd; in hv_pci_onchannelcallback()
2943 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback()
2950 if (ret || !bytes_recvd) in hv_pci_onchannelcallback()
2957 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()
2985 bytes_recvd); in hv_pci_onchannelcallback()
2996 if (bytes_recvd < sizeof(*bus_rel) || in hv_pci_onchannelcallback()
2997 bytes_recvd < in hv_pci_onchannelcallback()
3011 if (bytes_recvd < sizeof(*bus_rel2) || in hv_pci_onchannelcallback()
[all …]
/linux-6.12.1/drivers/video/fbdev/
Dhyperv_fb.c498 u32 bytes_recvd; in synthvid_receive() local
511 &bytes_recvd, &req_id); in synthvid_receive()
512 if (bytes_recvd > 0 && in synthvid_receive()
515 } while (bytes_recvd > 0 && ret == 0); in synthvid_receive()