Searched refs:offermsg (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
D | channel_mgmt.c | 175 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type() 345 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid() 373 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid() 379 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid() 382 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid() 409 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal() 419 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 441 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 442 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal() 493 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work() [all …]
|
D | vmbus_drv.c | 129 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group() 134 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset() 169 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 191 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show() 203 &hv_dev->channel->offermsg.offer.if_type); in class_id_show() 215 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show() 527 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show() 537 cur_sc->offermsg.child_relid, in channel_vp_mapping_show() 659 if (!hv_dev->channel->offermsg.monitor_allocated && in vmbus_dev_attr_is_visible() 1203 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded() [all …]
|
D | channel.c | 132 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent() 133 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent() 417 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl() 564 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open() 565 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open() 688 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl() 781 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
|
D | connection.c | 433 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
|
D | hv_trace.h | 320 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
D | netvsc_trace.h | 146 __entry->qid = chan->offermsg.offer.sub_channel_index; 169 __entry->qid = chan->offermsg.offer.sub_channel_index;
|
D | netvsc.c | 1180 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
|
D | rndis_filter.c | 1152 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
|
D | netvsc_drv.c | 901 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
D | hyperv_transport.c | 300 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection() 301 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection() 302 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
|
/kernel/linux/linux-5.10/include/linux/ |
D | hyperv.h | 780 struct vmbus_channel_offer_channel offermsg; member 995 return !!(c->offermsg.offer.chn_flags & in is_hvsock_channel() 1001 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel()
|
/kernel/linux/linux-5.10/drivers/uio/ |
D | uio_hv_generic.c | 245 if (!channel->offermsg.monitor_allocated) { in hv_uio_probe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | hyperv_fb.c | 674 screen_fb_size = hdev->channel->offermsg.offer. in synthvid_connect_vsp()
|