Searched defs:vmbus_channel (Results 1 – 1 of 1) sorted by relevance
831 struct vmbus_channel { struct836 enum vmbus_channel_state state; argument838 struct vmbus_channel_offer_channel offermsg; argument843 u8 monitor_grp;844 u8 monitor_bit;846 bool rescind; /* got rescind msg */847 bool rescind_ref; /* got rescind msg, got channel reference */848 struct completion rescind_event;850 struct vmbus_gpadl ringbuffer_gpadlhandle;853 struct page *ringbuffer_page;[all …]