Home
last modified time | relevance | path

Searched refs:child_relid (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dhv_trace.h33 __field(u32, child_relid)
43 TP_fast_assign(__entry->child_relid = offer->child_relid;
56 __entry->child_relid, __entry->monitorid,
67 TP_STRUCT__entry(__field(u32, child_relid)),
68 TP_fast_assign(__entry->child_relid = offer->child_relid),
69 TP_printk("child_relid 0x%x", __entry->child_relid)
76 __field(u32, child_relid)
80 TP_fast_assign(__entry->child_relid = result->child_relid;
85 __entry->child_relid, __entry->openid, __entry->status
93 __field(u32, child_relid)
[all …]
H A Dchannel_mgmt.c377 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid()
405 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid()
411 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()
414 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid()
424 msg.child_relid = relid; in vmbus_release_relid()
441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
451 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
473 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
474 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
546 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
[all …]
H A Dchannel.c134 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent()
222 msg.child_relid = channel->offermsg.child_relid; in send_modifychannel_without_ack()
249 msg->child_relid = channel->offermsg.child_relid; in send_modifychannel_with_ack()
503 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl()
738 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open()
739 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open()
863 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
966 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
H A Dconnection.c494 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local
497 vmbus_send_interrupt(child_relid); in vmbus_set_event()
H A Dvmbus_drv.c134 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
492 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
502 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
1195 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
1833 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj()
2426 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
/openbmc/qemu/include/hw/hyperv/
H A Dvmbus-proto.h112 uint32_t child_relid; member
121 uint32_t child_relid; member
132 uint32_t child_relid; member
148 uint32_t child_relid; member
155 uint32_t child_relid; member
166 uint32_t child_relid; member
176 uint32_t child_relid; member
183 uint32_t child_relid; member
/openbmc/linux/include/linux/
H A Dhyperv.h536 u32 child_relid; member
562 u32 child_relid; member
579 u32 child_relid; member
611 u32 child_relid; member
619 u32 child_relid; member
626 u32 child_relid; member
642 u32 child_relid; member
659 u32 child_relid; member
666 u32 child_relid; member
677 u32 child_relid; member
[all …]
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c35 uint32_t child_relid; member
257 uint32_t child_relid, uint32_t num_gfns) in create_gpadl() argument
262 gpadl->child_relid = child_relid; in create_gpadl()
531 VMSTATE_UINT32(child_relid, VMBusGpadl),
1728 .child_relid = chan->id, in send_offer()
1816 gpadl = create_gpadl(vmbus, msg->gpadl_id, msg->child_relid, num_gfns); in handle_gpadl_header()
1868 .child_relid = gpadl->child_relid, in send_create_gpadl()
1960 trace_vmbus_open_channel(msg->child_relid, msg->ring_buffer_gpadl_id, in handle_open_channel()
1962 chan = find_channel(vmbus, msg->child_relid); in handle_open_channel()
1986 .child_relid = chan->id, in send_open_channel()
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-vmbus12 Description: The VMBus child_relid of the device's primary channel
35 Format: <channel's child_relid:the bound cpu's number>