diff options
author | sephe <sephe@FreeBSD.org> | 2016-10-17 02:38:44 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-10-17 02:38:44 +0000 |
commit | 719130d2df39a3dc7aa3b8e285a8e19baecea6db (patch) | |
tree | 63f1733d42261169bd3244dc2d066cd63ef44d01 /sys/dev/hyperv/include | |
parent | 4a9f11f6b1654a0fd247359441e83f764c83049a (diff) | |
download | FreeBSD-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.h | 8 |
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); |