Searched refs:bytes_recvd (Results 1 – 4 of 4) sorted by relevance
| /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()
|
| /linux/drivers/spi/ |
| H A D | spi-pci1xxxx.c | 146 u32 bytes_recvd; member 484 unsigned long bytes_recvd; in pci1xxxx_spi_transfer_with_io() local 492 p->bytes_recvd = 0; in pci1xxxx_spi_transfer_with_io() 502 bytes_recvd = 0; in pci1xxxx_spi_transfer_with_io() 527 memcpy_fromio(&rx_buf[bytes_recvd], par->reg_base + in pci1xxxx_spi_transfer_with_io() 529 bytes_recvd += len; in pci1xxxx_spi_transfer_with_io() 563 p->bytes_recvd = 0; in pci1xxxx_spi_transfer_with_dma()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 416 size_t bytes_recvd; member 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); in msg_loop() 776 s->bytes_recvd += recv; in msg_loop() 778 if (opt->check_recved_len && s->bytes_recvd > total_bytes) { in msg_loop() 780 fprintf(stderr, "recv failed(), bytes_recvd:%zd, total_bytes:%f\n", in msg_loop() 781 s->bytes_recvd, total_bytes); in msg_loop() 832 return s.bytes_recvd / (s.end.tv_sec - s.start.tv_sec); in recvdBps() 907 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in sendmsg_test() 940 s.bytes_recvd, recvd_Bp in sendmsg_test() [all...] |
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 3035 u32 bytes_recvd; in hv_pci_onchannelcallback() local 3056 &bytes_recvd, &req_id); in hv_pci_onchannelcallback() 3061 bufferlen = bytes_recvd; in hv_pci_onchannelcallback() 3062 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback() 3069 if (ret || !bytes_recvd) in hv_pci_onchannelcallback() 3076 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback() 3104 bytes_recvd); in hv_pci_onchannelcallback() 3115 if (bytes_recvd < sizeof(*bus_rel) || in hv_pci_onchannelcallback() 3116 bytes_recvd < in hv_pci_onchannelcallback() 3130 if (bytes_recvd < sizeof(*bus_rel2) || in hv_pci_onchannelcallback() [all …]
|