Searched defs:vmbus_channel (Results 1 – 2 of 2) sorted by relevance
838 struct vmbus_channel { struct843 enum vmbus_channel_state state; argument845 struct vmbus_channel_offer_channel offermsg; argument850 u8 monitor_grp;851 u8 monitor_bit;853 bool rescind; /* got rescind msg */854 bool rescind_ref; /* got rescind msg, got channel reference */855 struct completion rescind_event;857 struct vmbus_gpadl ringbuffer_gpadlhandle;860 struct page *ringbuffer_page;[all …]
1615 void (*chn_rescind_cb)(struct vmbus_channel *)) in vmbus_set_chn_rescind_callback()