Home
last modified time | relevance | path

Searched defs:vmbus_channel (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/
Dhyperv.h806 struct vmbus_channel { struct
811 enum vmbus_channel_state state; argument
813 struct vmbus_channel_offer_channel offermsg; argument
818 u8 monitor_grp;
819 u8 monitor_bit;
821 bool rescind; /* got rescind msg */
822 bool rescind_ref; /* got rescind msg, got channel reference */
823 struct completion rescind_event;
825 u32 ringbuffer_gpadlhandle;
828 struct page *ringbuffer_page;
[all …]
/Linux-v5.15/drivers/hv/
Dchannel_mgmt.c1626 void (*chn_rescind_cb)(struct vmbus_channel *)) in vmbus_set_chn_rescind_callback()