aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/vmbus/vmbus_chanvar.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Switch to contigmalloc in the Hyper-V codeAndrew Turner2023-06-061-3/+1
* HyperV socket implementation for FreeBSDWei Hu2020-05-201-0/+6
* hyperv/vmbus: Add channel polling support.Sepherosa Ziehau2016-12-121-0/+5
* hyperv/vmbus: Fix the multi-channel revoking on vmbus side.Sepherosa Ziehau2016-11-241-0/+2
* hyperv/vmbus: Fix the primary channel revoking on vmbus side.Sepherosa Ziehau2016-11-241-1/+5
* hyperv/vmbus: Set a mark on the revoked channel.Sepherosa Ziehau2016-11-231-0/+2
* hyperv/vmbus: Add dynamic device add and remove supportSepherosa Ziehau2016-09-271-1/+13
* hyperv/vmbus: Reindent function declarations.Sepherosa Ziehau2016-07-291-4/+5
* hyperv/vmbus: Use different struct for RX/TX bufring.Sepherosa Ziehau2016-07-271-2/+2
* hyperv/vmbus: Move bufring info definition to vmbus_brvar.hSepherosa Ziehau2016-07-251-6/+1
* hyperv/vmbus: Move vmbus bufring definition to vmbus_reg.hSepherosa Ziehau2016-07-221-25/+1
* hyperv: hv_vmbus_channel -> vmbus_channelSepherosa Ziehau2016-07-211-6/+6
* hyperv/vmbus: Shuffle function declaration and macro definition.Sepherosa Ziehau2016-07-211-0/+8
* hyperv/vmbus: Reorder channel fields.Sepherosa Ziehau2016-07-211-18/+40
* hyperv/vmbus: Save event flag location and evet flag mask.Sepherosa Ziehau2016-07-211-2/+9
* hyperv/vmbus: Save MNF trigger location instead of MNF trigger index.Sepherosa Ziehau2016-07-201-1/+1
* hyperv/vmbus: Hide channel struct definition.Sepherosa Ziehau2016-07-201-0/+155