Searched refs:bytes_recvd (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/hyperv/ |
| H A D | hyperv_drm_proto.c | 423 static void hyperv_receive_sub(struct hv_device *hdev, u32 bytes_recvd) in hyperv_receive_sub() argument 435 if (bytes_recvd < hdr_size) { in hyperv_receive_sub() 438 bytes_recvd); in hyperv_receive_sub() 459 if (bytes_recvd < need) in hyperv_receive_sub() 480 if (bytes_recvd < need + in hyperv_receive_sub() 484 bytes_recvd); in hyperv_receive_sub() 501 if (bytes_recvd < need) { in hyperv_receive_sub() 504 msg->vid_hdr.type, bytes_recvd, need); in hyperv_receive_sub() 507 memcpy(hv->init_buf, msg, bytes_recvd); in hyperv_receive_sub() 516 u32 bytes_recvd; in hyperv_receive() local [all...] |
| /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 | 337 size_t bytes_recvd; in sockmap_init_sockets() 626 while (s->bytes_recvd < total_bytes) { in msg_verify_data() 646 fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, txmsg_pop_total); in msg_loop() 684 s->bytes_recvd += recv; in msg_loop() 686 if (opt->check_recved_len && s->bytes_recvd > total_bytes) { in msg_loop() 688 fprintf(stderr, "recv failed(), bytes_recvd:%zd, total_bytes:%f\n", in msg_loop() 689 s->bytes_recvd, total_bytes); in msg_loop() 740 return s.bytes_recvd / (s.end.tv_sec - s.start.tv_sec); in msg_loop() 800 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in msg_loop() 833 s.bytes_recvd, recvd_Bp in recvdBps() 416 size_t bytes_recvd; global() member [all...] |
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 3043 u32 bytes_recvd; in hv_pci_onchannelcallback() local 3064 &bytes_recvd, &req_id); in hv_pci_onchannelcallback() 3069 bufferlen = bytes_recvd; in hv_pci_onchannelcallback() 3070 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback() 3077 if (ret || !bytes_recvd) in hv_pci_onchannelcallback() 3084 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback() 3112 bytes_recvd); in hv_pci_onchannelcallback() 3123 if (bytes_recvd < sizeof(*bus_rel) || in hv_pci_onchannelcallback() 3124 bytes_recvd < in hv_pci_onchannelcallback() 3138 if (bytes_recvd < sizeof(*bus_rel2) || in hv_pci_onchannelcallback() [all …]
|