summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/include
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-17 02:38:44 +0000
committersephe <sephe@FreeBSD.org>2016-10-17 02:38:44 +0000
commit719130d2df39a3dc7aa3b8e285a8e19baecea6db (patch)
tree63f1733d42261169bd3244dc2d066cd63ef44d01 /sys/dev/hyperv/include
parent4a9f11f6b1654a0fd247359441e83f764c83049a (diff)
downloadFreeBSD-src-719130d2df39a3dc7aa3b8e285a8e19baecea6db.zip
FreeBSD-src-719130d2df39a3dc7aa3b8e285a8e19baecea6db.tar.gz
MFC 302887
hyperv/hn: Busdma-fy rxbuf and chimney sending buffer Nuke unused channel GPADL API. Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7211
Diffstat (limited to 'sys/dev/hyperv/include')
-rw-r--r--sys/dev/hyperv/include/hyperv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h
index a987b09..7808e7b 100644
--- a/sys/dev/hyperv/include/hyperv.h
+++ b/sys/dev/hyperv/include/hyperv.h
@@ -287,14 +287,6 @@ int hv_vmbus_channel_open(
void hv_vmbus_channel_close(hv_vmbus_channel *channel);
-int hv_vmbus_channel_establish_gpadl(
- hv_vmbus_channel* channel,
- /* must be phys and virt contiguous */
- void* contig_buffer,
- /* page-size multiple */
- uint32_t size,
- uint32_t* gpadl_handle);
-
int hv_vmbus_channel_teardown_gpdal(
hv_vmbus_channel* channel,
uint32_t gpadl_handle);
OpenPOWER on IntegriCloud