| /OK3568_Linux_fs/kernel/drivers/net/hyperv/ |
| H A D | netvsc.c | 51 vmbus_sendpacket(dev->channel, init_pkt, in netvsc_switch_datapath() 163 ret = vmbus_sendpacket(device->channel, in netvsc_revoke_recv_buf() 213 ret = vmbus_sendpacket(device->channel, in netvsc_revoke_send_buf() 354 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_init_buf() 445 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_init_buf() 522 ret = vmbus_sendpacket(device->channel, init_packet, in negotiate_nvsp_ver() 558 ret = vmbus_sendpacket(device->channel, init_packet, in negotiate_nvsp_ver() 615 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_connect_vsp() 909 ret = vmbus_sendpacket(out_channel, in netvsc_send_pkt() 1103 ret = vmbus_sendpacket(nvchan->channel, &msg, sizeof(msg), in send_recv_completions()
|
| H A D | rndis_filter.c | 1208 ret = vmbus_sendpacket(hv_dev->channel, init_packet, in rndis_set_subchannel()
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | hv_balloon.c | 1059 vmbus_sendpacket(dm->dev->channel, &resp, in hot_add_req() 1181 vmbus_sendpacket(dm->dev->channel, &status, in post_status() 1318 ret = vmbus_sendpacket(dm_device.dev->channel, in balloon_up() 1370 vmbus_sendpacket(dm_device.dev->channel, &resp, in balloon_down() 1445 ret = vmbus_sendpacket(dm->dev->channel, &version_req, in version_resp() 1594 ret = vmbus_sendpacket(dev->channel, &version_req, in balloon_connect_vsp() 1649 ret = vmbus_sendpacket(dev->channel, &cap_msg, in balloon_connect_vsp()
|
| H A D | hv_snapshot.c | 278 vmbus_sendpacket(channel, recv_buffer, buf_len, req_id, in vss_respond_to_host() 339 vmbus_sendpacket(channel, recv_buffer, in hv_vss_onchannelcallback()
|
| H A D | hv_fcopy.c | 222 vmbus_sendpacket(channel, recv_buffer, buf_len, req_id, in fcopy_respond_to_host() 285 vmbus_sendpacket(channel, recv_buffer, recvlen, requestid, in hv_fcopy_onchannelcallback()
|
| H A D | hv_util.c | 260 vmbus_sendpacket(channel, shut_txf_buf, in shutdown_onchannelcallback() 443 vmbus_sendpacket(channel, time_txf_buf, in timesync_onchannelcallback() 497 vmbus_sendpacket(channel, hbeat_txf_buf, in heartbeat_onchannelcallback()
|
| H A D | hv_kvp.c | 621 vmbus_sendpacket(channel, recv_buffer, buf_len, req_id, in kvp_respond_to_host() 722 vmbus_sendpacket(channel, recv_buffer, in hv_kvp_onchannelcallback()
|
| H A D | channel.c | 873 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() function 902 EXPORT_SYMBOL(vmbus_sendpacket);
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 971 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk, in hv_read_config_block() 1061 ret = vmbus_sendpacket(hbus->hdev->channel, write_blk, pkt_size, in hv_write_config_block() 1131 vmbus_sendpacket(hpdev->hbus->hdev->channel, int_pkt, sizeof(*int_pkt), in hv_int_desc_free() 1510 ret = vmbus_sendpacket(hpdev->hbus->hdev->channel, &ctxt.int_pkts, in hv_compose_msi_msg() 2031 ret = vmbus_sendpacket(hbus->hdev->channel, res_req, in new_pcichild_device() 2409 vmbus_sendpacket(hbus->hdev->channel, ejct_pkt, in hv_eject_device_work() 2643 ret = vmbus_sendpacket(hdev->channel, version_req, in hv_pci_protocol_negotiation() 2864 ret = vmbus_sendpacket(hdev->channel, d0_entry, sizeof(*d0_entry), in hv_pci_enter_d0() 2910 ret = vmbus_sendpacket(hdev->channel, &message, sizeof(message), in hv_pci_query_relations() 2981 ret = vmbus_sendpacket(hdev->channel, &pkt->message, in hv_send_resources_allocated() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-hyperv.c | 232 ret = vmbus_sendpacket(input_device->device->channel, in mousevsc_on_receive_device_info() 360 ret = vmbus_sendpacket(device->channel, request, in mousevsc_connect_to_vsp()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | storvsc_drv.c | 768 ret = vmbus_sendpacket(device->channel, vstor_packet, in handle_multichannel_storage() 832 ret = vmbus_sendpacket(device->channel, vstor_packet, in storvsc_execute_vstor_op() 1488 ret = vmbus_sendpacket(outgoing_channel, vstor_packet, in storvsc_do_io() 1594 ret = vmbus_sendpacket(device->channel, vstor_packet, in storvsc_host_reset_handler()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | hyperv-keyboard.c | 269 error = vmbus_sendpacket(hv_dev->channel, request, in hv_kbd_connect_to_vsp()
|
| /OK3568_Linux_fs/kernel/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 233 return vmbus_sendpacket(chan, &send_buf->hdr, in hvs_send_data()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hyperv.h | 1133 extern int vmbus_sendpacket(struct vmbus_channel *channel,
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | hyperv_fb.c | 303 ret = vmbus_sendpacket(hdev->channel, msg, in synthvid_send()
|