Searched defs:vmbus_channel (Results 1 – 2 of 2) sorted by relevance
817 struct vmbus_channel { struct822 enum vmbus_channel_state state; argument824 struct vmbus_channel_offer_channel offermsg; argument829 u8 monitor_grp;830 u8 monitor_bit;832 bool rescind; /* got rescind msg */833 bool rescind_ref; /* got rescind msg, got channel reference */834 struct completion rescind_event;836 struct vmbus_gpadl ringbuffer_gpadlhandle;839 struct page *ringbuffer_page;[all …]
1601 void (*chn_rescind_cb)(struct vmbus_channel *)) in vmbus_set_chn_rescind_callback()