Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dchannel_mgmt.c256 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer()
257 newchannel->offermsg.offer.if_type) && in vmbus_process_offer()
258 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
259 newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer()
275 if (newchannel->offermsg.offer.sub_channel_index != 0) { in vmbus_process_offer()
288 init_vp_index(newchannel, &newchannel->offermsg.offer.if_type); in vmbus_process_offer()
319 &newchannel->offermsg.offer.if_type, in vmbus_process_offer()
320 &newchannel->offermsg.offer.if_instance, in vmbus_process_offer()
332 newchannel->offermsg.child_relid); in vmbus_process_offer()
564 memcpy(&newchannel->offermsg, offer, in vmbus_onoffer()
[all …]
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()
157 open_msg->openid = newchannel->offermsg.child_relid; in vmbus_open()
158 open_msg->child_relid = newchannel->offermsg.child_relid; in vmbus_open()
395 gpadlmsg->child_relid = channel->offermsg.child_relid; in vmbus_establish_gpadl()
464 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
518 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
557 channel->offermsg.child_relid); in vmbus_close_internal()
Dconnection.c268 if (channel->offermsg.child_relid == relid) { in pcpu_relid2channel()
291 if (channel->offermsg.child_relid == relid) { in relid2channel()
301 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
477 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
Dvmbus_drv.c126 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group()
131 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset()
164 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
186 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show()
198 hv_dev->channel->offermsg.offer.if_type.b); in class_id_show()
210 hv_dev->channel->offermsg.offer.if_instance.b); in device_id_show()
458 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
470 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
605 u32 relid = dev->channel->offermsg.child_relid; in vmbus_remove()
/linux-4.4.14/include/linux/
Dhyperv.h648 struct vmbus_channel_offer_channel offermsg; member
/linux-4.4.14/drivers/video/fbdev/
Dhyperv_fb.c476 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()
/linux-4.4.14/drivers/net/hyperv/
Drndis_filter.c985 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
Dnetvsc_drv.c736 offermsg.offer.sub_channel_index); in netvsc_recv_callback()