Home
last modified time | relevance | path

Searched defs:vmbus_channel (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dhyperv.h838 struct vmbus_channel { struct
843 enum vmbus_channel_state state; argument
845 struct vmbus_channel_offer_channel offermsg; argument
850 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 …]
/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c1615 void (*chn_rescind_cb)(struct vmbus_channel *)) in vmbus_set_chn_rescind_callback()