Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hv/
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 …]
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()
541 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
[all …]
Dchannel.c134 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent()
220 msg.child_relid = channel->offermsg.child_relid; in send_modifychannel_without_ack()
247 msg->child_relid = channel->offermsg.child_relid; in send_modifychannel_with_ack()
492 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl()
721 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open()
722 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open()
846 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
947 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
Dconnection.c526 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local
529 vmbus_send_interrupt(child_relid); in vmbus_set_event()
Dvmbus_drv.c175 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
533 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
543 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
1231 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
1995 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj()
2500 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
/linux-5.19.10/include/linux/
Dhyperv.h516 u32 child_relid; member
542 u32 child_relid; member
559 u32 child_relid; member
591 u32 child_relid; member
599 u32 child_relid; member
606 u32 child_relid; member
622 u32 child_relid; member
639 u32 child_relid; member
646 u32 child_relid; member
657 u32 child_relid; member
[all …]
/linux-5.19.10/Documentation/ABI/stable/
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>