Searched defs:vmbus_channel (Results 1 – 2 of 2) sorted by relevance
775 struct vmbus_channel { struct780 enum vmbus_channel_state state; argument782 struct vmbus_channel_offer_channel offermsg; argument787 u8 monitor_grp;788 u8 monitor_bit;790 bool rescind; /* got rescind msg */791 bool rescind_ref; /* got rescind msg, got channel reference */792 struct completion rescind_event;794 struct vmbus_gpadl ringbuffer_gpadlhandle;797 struct page *ringbuffer_page;[all …]
1656 void (*chn_rescind_cb)(struct vmbus_channel *)) in vmbus_set_chn_rescind_callback()