Home
last modified time | relevance | path

Searched refs:vmbus_sendpacket (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/hyperv/
H A Dnetvsc.c60 ret = vmbus_sendpacket(dev->channel, init_pkt, in netvsc_switch_datapath()
204 ret = vmbus_sendpacket(device->channel, in netvsc_revoke_recv_buf()
254 ret = vmbus_sendpacket(device->channel, in netvsc_revoke_send_buf()
392 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_init_buf()
494 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_init_buf()
570 ret = vmbus_sendpacket(device->channel, init_packet, in negotiate_nvsp_ver()
609 ret = vmbus_sendpacket(device->channel, init_packet, in negotiate_nvsp_ver()
673 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_connect_vsp()
1166 ret = vmbus_sendpacket(out_channel, in netvsc_send_pkt()
1381 ret = vmbus_sendpacket(nvcha in send_recv_completions()
[all...]
H A Drndis_filter.c1304 ret = vmbus_sendpacket(hv_dev->channel, init_packet, in rndis_set_subchannel()
/linux/drivers/hv/
H A Dhv_snapshot.c282 vmbus_sendpacket(channel, recv_buffer, buf_len, req_id, in vss_respond_to_host()
361 vmbus_sendpacket(channel, recv_buffer, recvlen, requestid, in hv_vss_onchannelcallback()
H A Dhv_util.c269 vmbus_sendpacket(channel, shut_txf_buf, in shutdown_onchannelcallback()
499 vmbus_sendpacket(channel, time_txf_buf, in timesync_onchannelcallback()
573 vmbus_sendpacket(channel, hbeat_txf_buf, in heartbeat_onchannelcallback()
H A Dhv_kvp.c620 vmbus_sendpacket(channel, recv_buffer, buf_len, req_id, in kvp_respond_to_host()
739 vmbus_sendpacket(channel, recv_buffer, in hv_kvp_onchannelcallback()
H A Dchannel.c1092 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() function
1099 EXPORT_SYMBOL(vmbus_sendpacket);
/linux/drivers/hid/
H A Dhid-hyperv.c225 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 Dpci-hyperv.c1514 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk, in hv_read_config_block()
1604 ret = vmbus_sendpacket(hbus->hdev->channel, write_blk, pkt_size, in hv_write_config_block()
1674 vmbus_sendpacket(hpdev->hbus->hdev->channel, int_pkt, sizeof(*int_pkt), in hv_int_desc_free()
2618 ret = vmbus_sendpacket(hbus->hdev->channel, res_req, in new_pcichild_device()
2993 vmbus_sendpacket(hbus->hdev->channel, ejct_pkt, in hv_eject_device_work()
3253 ret = vmbus_sendpacket(hdev->channel, version_req, in hv_pci_protocol_negotiation()
3474 ret = vmbus_sendpacket(hdev->channel, d0_entry, sizeof(*d0_entry), in hv_pci_enter_d0()
3552 ret = vmbus_sendpacket(hdev->channel, &message, sizeof(message), in hv_pci_query_relations()
3641 ret = vmbus_sendpacket(hdev->channel, pkt + 1, in hv_send_resources_allocated()
3691 ret = vmbus_sendpacket(hdev->channel, &pkt, sizeof(pkt), 0, in hv_send_resources_released()
/linux/drivers/scsi/
H A Dstorvsc_drv.c760 ret = vmbus_sendpacket(device->channel, vstor_packet, in handle_multichannel_storage()
828 ret = vmbus_sendpacket(device->channel, vstor_packet, in storvsc_execute_vstor_op()
1563 ret = vmbus_sendpacket(outgoing_channel, vstor_packet, in storvsc_do_io()
1670 ret = vmbus_sendpacket(device->channel, vstor_packet, in storvsc_host_reset_handler()
/linux/drivers/input/serio/
H A Dhyperv-keyboard.c269 error = vmbus_sendpacket(hv_dev->channel, request, in hv_kbd_connect_to_vsp()
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c203 ret = vmbus_sendpacket(hdev->channel, msg, in hyperv_sendpacket()
/linux/net/vmw_vsock/
H A Dhyperv_transport.c237 return vmbus_sendpacket(chan, hdr, sizeof(*hdr) + to_write, in __hvs_send_data()
/linux/include/linux/
H A Dhyperv.h1189 extern int vmbus_sendpacket(struct vmbus_channel *channel,