Home
last modified time | relevance | path

Searched refs:offermsg (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/hv/
Dchannel.c52 if (channel->offermsg.monitor_allocated) { in vmbus_setevent()
54 sync_set_bit(channel->offermsg.child_relid & 31, in vmbus_setevent()
56 (channel->offermsg.child_relid >> 5)); in vmbus_setevent()
66 vmbus_set_event(channel->offermsg.child_relid); in vmbus_setevent()
77 u8 monitor_group = (u8)channel->offermsg.monitorid / 32; in vmbus_get_debug_info()
78 u8 monitor_offset = (u8)channel->offermsg.monitorid % 32; in vmbus_get_debug_info()
80 debuginfo->relid = channel->offermsg.child_relid; in vmbus_get_debug_info()
83 &channel->offermsg.offer.if_type, sizeof(uuid_le)); in vmbus_get_debug_info()
85 &channel->offermsg.offer.if_instance, in vmbus_get_debug_info()
90 debuginfo->monitorid = channel->offermsg.monitorid; in vmbus_get_debug_info()
[all …]
Dchannel_mgmt.c183 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
184 newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
185 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
186 newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
209 &newchannel->offermsg.offer.if_type, in vmbus_process_offer()
210 &newchannel->offermsg.offer.if_instance, in vmbus_process_offer()
221 newchannel->offermsg.child_relid); in vmbus_process_offer()
262 memcpy(&newchannel->offermsg, offer, in vmbus_onoffer()
Dconnection.c198 if (channel->offermsg.child_relid == relid) { in relid2channel()
/linux-3.4.99/include/linux/
Dhyperv.h749 struct vmbus_channel_offer_channel offermsg; member