Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap.c309 size_t bytes_recvd; member
503 while (s->bytes_recvd < total_bytes) { in msg_loop()
523 …fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, t… in msg_loop()
551 s->bytes_recvd += recv; in msg_loop()
595 return s.bytes_recvd / (s.end.tv_sec - s.start.tv_sec); in recvdBps()
651 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in sendmsg_test()
681 s.bytes_recvd, recvd_Bps, recvd_Bps/giga); in sendmsg_test()
/Linux-v5.4/drivers/video/fbdev/
Dhyperv_fb.c383 u32 bytes_recvd; in synthvid_receive() local
396 &bytes_recvd, &req_id); in synthvid_receive()
397 if (bytes_recvd > 0 && in synthvid_receive()
400 } while (bytes_recvd > 0 && ret == 0); in synthvid_receive()
/Linux-v5.4/drivers/pci/controller/
Dpci-hyperv.c2245 u32 bytes_recvd; in hv_pci_onchannelcallback() local
2264 bufferlen, &bytes_recvd, &req_id); in hv_pci_onchannelcallback()
2269 bufferlen = bytes_recvd; in hv_pci_onchannelcallback()
2270 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback()
2277 if (ret || !bytes_recvd) in hv_pci_onchannelcallback()
2284 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()
2299 bytes_recvd); in hv_pci_onchannelcallback()
2309 if (bytes_recvd < in hv_pci_onchannelcallback()
2358 desc->type, req_id, bytes_recvd); in hv_pci_onchannelcallback()