summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/include/hyperv.h
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-12 02:15:06 +0000
committersephe <sephe@FreeBSD.org>2016-10-12 02:15:06 +0000
commiteb607bc464c84c82c18587b10ba029ce74f4dc93 (patch)
tree94d5b3226e707480c148661f42cbe7c819464a84 /sys/dev/hyperv/include/hyperv.h
parentabbac49956f6e03854c7d1661c708c28e28eb40d (diff)
downloadFreeBSD-src-eb607bc464c84c82c18587b10ba029ce74f4dc93.zip
FreeBSD-src-eb607bc464c84c82c18587b10ba029ce74f4dc93.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/hyperv.h')
-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