Searched defs:vmbus_channel (Results 1 – 2 of 2) sorted by relevance
840 struct vmbus_channel { struct845 enum vmbus_channel_state state; argument847 struct vmbus_channel_offer_channel offermsg; argument852 u8 monitor_grp;853 u8 monitor_bit;855 bool rescind; /* got rescind msg */856 bool rescind_ref; /* got rescind msg, got channel reference */857 struct completion rescind_event;859 struct vmbus_gpadl ringbuffer_gpadlhandle;862 struct page *ringbuffer_page;[all …]
1624 void (*chn_rescind_cb)(struct vmbus_channel *)) in vmbus_set_chn_rescind_callback()