Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dhv_trace.h43 TP_fast_assign(__entry->child_relid = offer->child_relid;
68 TP_fast_assign(__entry->child_relid = offer->child_relid),
80 TP_fast_assign(__entry->child_relid = result->child_relid;
97 TP_fast_assign(__entry->child_relid = gpadlcreated->child_relid;
113 TP_fast_assign(__entry->child_relid = response->child_relid;
160 __entry->child_relid = msg->child_relid;
183 __entry->child_relid = msg->child_relid;
201 __entry->child_relid = msg->child_relid;
241 __entry->child_relid = msg->child_relid;
284 __entry->child_relid = msg->child_relid;
[all …]
H A Dchannel_mgmt.c433 msg.child_relid = relid; in vmbus_release_relid()
555 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
1031 offer->child_relid); in vmbus_onoffer()
1074 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()
1086 offer->child_relid); in vmbus_onoffer()
1109 vmbus_release_relid(offer->child_relid); in vmbus_onoffer()
1179 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
1343 if (openmsg->child_relid == result->child_relid && in vmbus_onopen_result()
1391 if ((gpadlcreated->child_relid == in vmbus_ongpadl_created()
1392 gpadlheader->child_relid) && in vmbus_ongpadl_created()
[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()
467 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl()
702 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open()
703 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open()
827 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
930 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 sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
486 channel->offermsg.child_relid, in channel_vp_mapping_show()
493 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
1185 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
1968 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj()
2570 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
2630 if (channel->offermsg.child_relid != INVALID_RELID) in vmbus_bus_resume()
/linux-6.15/include/linux/
H A Dhyperv.h480 u32 child_relid; member
506 u32 child_relid; member
523 u32 child_relid; member
555 u32 child_relid; member
563 u32 child_relid; member
570 u32 child_relid; member
586 u32 child_relid; member
603 u32 child_relid; member
610 u32 child_relid; member
621 u32 child_relid; member
[all …]
/linux-6.15/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>