Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A 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/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()
/linux/drivers/spi/
H A 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/tools/testing/selftests/bpf/
H A Dtest_sockmap.c416 size_t bytes_recvd; in msg_loop_sendpage()
718 while (s->bytes_recvd < total_bytes) { in msg_loop()
738 fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, txmsg_pop_total);
776 s->bytes_recvd += recv; in sendmsg_test()
778 if (opt->check_recved_len && s->bytes_recvd > total_bytes) { in sendmsg_test()
780 fprintf(stderr, "recv failed(), bytes_recvd:%zd, total_bytes:%f\n", in sendmsg_test()
781 s->bytes_recvd, total_bytes); in sendmsg_test()
832 return s.bytes_recvd / (s.end.tv_sec - s.start.tv_sec); in sendmsg_test()
907 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in forever_ping_pong()
940 s.bytes_recvd, recvd_Bp in forever_ping_pong()
410 size_t bytes_recvd; global() member
[all...]
/linux/drivers/pci/controller/
H A 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/drivers/video/fbdev/
H A 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()