Searched refs:bytes_recvd (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/input/serio/ |
H A 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()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-pci1xxxx.c | 156 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()
|
/openbmc/linux/drivers/gpu/drm/hyperv/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 415 size_t bytes_recvd; member 717 while (s->bytes_recvd < total_bytes) { in msg_loop() 737 …fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, t… in msg_loop() 775 s->bytes_recvd += recv; in msg_loop() 777 if (opt->check_recved_len && s->bytes_recvd > total_bytes) { in msg_loop() 780 s->bytes_recvd, total_bytes); in msg_loop() 831 return s.bytes_recvd / (s.end.tv_sec - s.start.tv_sec); in recvdBps() 906 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in sendmsg_test() 939 s.bytes_recvd, recvd_Bps, recvd_Bps/giga); in sendmsg_test()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-hyperv.c | 2923 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 < sizeof(*bus_rel2) || in hv_pci_onchannelcallback() [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 499 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()
|