|
@@ -94,7 +94,6 @@ struct hv_device_info {
|
|
|
* @RecvPacket: Receive packet
|
|
|
* @RecvPacketRaw: Receive Raw packet
|
|
|
* @EstablishGpadl: Set up GPADL for ringbuffer
|
|
|
- * @TeardownGpadl: Teardown GPADL for ringbuffer
|
|
|
*
|
|
|
* This structure contains function pointer to control vmbus channel
|
|
|
* behavior. None of these functions is externally callable, but they
|
|
@@ -124,7 +123,6 @@ struct vmbus_channel_interface {
|
|
|
u32 *BufferActualLen, u64 *RequestId);
|
|
|
int (*EstablishGpadl)(struct hv_device *dev, void *buf, u32 buflen,
|
|
|
u32 *GpadlHandle);
|
|
|
- int (*TeardownGpadl)(struct hv_device *device, u32 GpadlHandle);
|
|
|
};
|
|
|
|
|
|
extern const struct vmbus_channel_interface vmbus_ops;
|