/linux/drivers/net/hyperv/ |
H A D | netvsc.c | 59 ret = vmbus_sendpacket(dev->channel, init_pkt, in netvsc_switch_datapath() 203 ret = vmbus_sendpacket(device->channel, in netvsc_revoke_recv_buf() 253 ret = vmbus_sendpacket(device->channel, in netvsc_revoke_send_buf() 391 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_init_buf() 493 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_init_buf() 569 ret = vmbus_sendpacket(device->channel, init_packet, in negotiate_nvsp_ver() 608 ret = vmbus_sendpacket(device->channel, init_packet, in negotiate_nvsp_ver() 672 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_connect_vsp() 1111 ret = vmbus_sendpacket(out_channel, in netvsc_send_pkt() 1326 ret = vmbus_sendpacket(nvchan->channel, &msg, sizeof(msg), in send_recv_completions()
|
H A D | rndis_filter.c | 1304 ret = vmbus_sendpacket(hv_dev->channel, init_packet, in rndis_set_subchannel()
|
/linux/drivers/hv/ |
H A D | hv_balloon.c | 1036 vmbus_sendpacket(dm->dev->channel, &resp, in hot_add_req() 1174 vmbus_sendpacket(dm->dev->channel, &status, in post_status() 1310 ret = vmbus_sendpacket(dm_device.dev->channel, in balloon_up() 1361 vmbus_sendpacket(dm_device.dev->channel, &resp, in balloon_down() 1446 ret = vmbus_sendpacket(dm->dev->channel, &version_req, in version_resp() 1745 ret = vmbus_sendpacket(dev->channel, &version_req, in balloon_connect_vsp() 1803 ret = vmbus_sendpacket(dev->channel, &cap_msg, in balloon_connect_vsp()
|
H A D | hv_snapshot.c | 281 vmbus_sendpacket(channel, recv_buffer, buf_len, req_id, in vss_respond_to_host() 360 vmbus_sendpacket(channel, recv_buffer, recvlen, requestid, in hv_vss_onchannelcallback()
|
H A D | hv_kvp.c | 621 vmbus_sendpacket(channel, recv_buffer, buf_len, req_id, in kvp_respond_to_host() 740 vmbus_sendpacket(channel, recv_buffer, in hv_kvp_onchannelcallback()
|
H A D | channel.c | 1070 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() function 1077 EXPORT_SYMBOL(vmbus_sendpacket);
|
/linux/drivers/hid/ |
H A D | hid-hyperv.c | 225 ret = vmbus_sendpacket(input_device->device->channel, in mousevsc_on_receive_device_info() 349 ret = vmbus_sendpacket(device->channel, request, in mousevsc_connect_to_vsp()
|
/linux/drivers/pci/controller/ |
H A D | pci-hyperv.c | 1447 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk, in hv_read_config_block() 1537 ret = vmbus_sendpacket(hbus->hdev->channel, write_blk, pkt_size, in hv_write_config_block() 1607 vmbus_sendpacket(hpdev->hbus->hdev->channel, int_pkt, sizeof(*int_pkt), in hv_int_desc_free() 2489 ret = vmbus_sendpacket(hbus->hdev->channel, res_req, in new_pcichild_device() 2866 vmbus_sendpacket(hbus->hdev->channel, ejct_pkt, in hv_eject_device_work() 3126 ret = vmbus_sendpacket(hdev->channel, version_req, in hv_pci_protocol_negotiation() 3347 ret = vmbus_sendpacket(hdev->channel, d0_entry, sizeof(*d0_entry), in hv_pci_enter_d0() 3425 ret = vmbus_sendpacket(hdev->channel, &message, sizeof(message), in hv_pci_query_relations() 3514 ret = vmbus_sendpacket(hdev->channel, &pkt->message, in hv_send_resources_allocated() 3564 ret = vmbus_sendpacket(hdev->channel, &pkt, sizeof(pkt), 0, in hv_send_resources_released()
|
/linux/drivers/scsi/ |
H A D | storvsc_drv.c | 752 ret = vmbus_sendpacket(device->channel, vstor_packet, in handle_multichannel_storage() 820 ret = vmbus_sendpacket(device->channel, vstor_packet, in storvsc_execute_vstor_op() 1546 ret = vmbus_sendpacket(outgoing_channel, vstor_packet, in storvsc_do_io() 1652 ret = vmbus_sendpacket(device->channel, vstor_packet, in storvsc_host_reset_handler()
|
/linux/drivers/input/serio/ |
H A D | hyperv-keyboard.c | 269 error = vmbus_sendpacket(hv_dev->channel, request, in hv_kbd_connect_to_vsp()
|
/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 205 ret = vmbus_sendpacket(hdev->channel, msg, in hyperv_sendpacket()
|
/linux/net/vmw_vsock/ |
H A D | hyperv_transport.c | 237 return vmbus_sendpacket(chan, hdr, sizeof(*hdr) + to_write, in __hvs_send_data()
|
/linux/include/linux/ |
H A D | hyperv.h | 1222 extern int vmbus_sendpacket(struct vmbus_channel *channel,
|
/linux/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 295 ret = vmbus_sendpacket(hdev->channel, msg, in synthvid_send()
|