Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dchannel_mgmt.c238 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
239 newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
240 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
241 newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
270 if (newchannel->offermsg.offer.sub_channel_index != 0) { in vmbus_process_offer()
313 &newchannel->offermsg.offer.if_type, in vmbus_process_offer()
314 &newchannel->offermsg.offer.if_instance, in vmbus_process_offer()
326 newchannel->offermsg.child_relid); in vmbus_process_offer()
466 memcpy(&newchannel->offermsg, offer, in vmbus_onoffer()
510 channel->offermsg.child_relid); in vmbus_onoffer_rescind()
Dchannel.c45 if (channel->offermsg.monitor_allocated) { in vmbus_setevent()
47 sync_set_bit(channel->offermsg.child_relid & 31, in vmbus_setevent()
49 (channel->offermsg.child_relid >> 5)); in vmbus_setevent()
147 open_msg->openid = newchannel->offermsg.child_relid; in vmbus_open()
148 open_msg->child_relid = newchannel->offermsg.child_relid; in vmbus_open()
386 gpadlmsg->child_relid = channel->offermsg.child_relid; in vmbus_establish_gpadl()
455 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
509 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
548 channel->offermsg.child_relid); in vmbus_close_internal()
Dconnection.c260 if (channel->offermsg.child_relid == relid) { in pcpu_relid2channel()
283 if (channel->offermsg.child_relid == relid) { in relid2channel()
293 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
470 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
Dvmbus_drv.c99 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group()
104 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset()
137 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
159 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show()
171 hv_dev->channel->offermsg.offer.if_type.b); in class_id_show()
183 hv_dev->channel->offermsg.offer.if_instance.b); in device_id_show()
540 u32 relid = dev->channel->offermsg.child_relid; in vmbus_remove()
/linux-4.1.27/include/linux/
Dhyperv.h658 struct vmbus_channel_offer_channel offermsg; member
/linux-4.1.27/drivers/video/fbdev/
Dhyperv_fb.c476 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c687 offermsg.offer.sub_channel_index); in netvsc_recv_callback()
Drndis_filter.c984 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()