|
@@ -88,7 +88,6 @@ struct hv_device_info {
|
|
|
* struct vmbus_channel_interface - Contains member functions for vmbus channel
|
|
|
* @Open: Open the channel
|
|
|
* @Close: Close the channel
|
|
|
- * @SendPacket: Send a packet over the channel
|
|
|
*
|
|
|
* This structure contains function pointer to control vmbus channel
|
|
|
* behavior. None of these functions is externally callable, but they
|
|
@@ -101,8 +100,6 @@ struct vmbus_channel_interface {
|
|
|
void (*ChannelCallback)(void *context),
|
|
|
void *Context);
|
|
|
void (*Close)(struct hv_device *device);
|
|
|
- int (*SendPacket)(struct hv_device *Device, const void *Buffer,
|
|
|
- u32 BufferLen, u64 RequestId, u32 Type, u32 Flags);
|
|
|
};
|
|
|
|
|
|
extern const struct vmbus_channel_interface vmbus_ops;
|