Searched refs:child_relid (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/hv/ |
| H A D | hv_trace.h | 33 __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 D | channel_mgmt.c | 387 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid() 415 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid() 421 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid() 424 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid() 434 msg.child_relid = relid; in vmbus_release_relid() 451 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal() 461 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 483 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 484 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal() 556 newchannel->offermsg.child_relid); in vmbus_add_channel_work() [all …]
|
| H A D | channel.c | 135 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent() 223 msg.child_relid = channel->offermsg.child_relid; in send_modifychannel_without_ack() 250 msg->child_relid = channel->offermsg.child_relid; in send_modifychannel_with_ack() 487 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() 952 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
|
| H A D | connection.c | 508 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local 511 vmbus_send_interrupt(child_relid); in vmbus_set_event()
|
| H A D | vmbus_drv.c | 155 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 507 channel->offermsg.child_relid, in channel_vp_mapping_show() 514 cur_sc->offermsg.child_relid, in channel_vp_mapping_show() 1238 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded() 2113 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() 2760 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend() 2820 if (channel->offermsg.child_relid != INVALID_RELID) in vmbus_bus_resume()
|
| /linux/include/linux/ |
| H A D | hyperv.h | 490 u32 child_relid; member 516 u32 child_relid; member 533 u32 child_relid; member 565 u32 child_relid; member 573 u32 child_relid; member 580 u32 child_relid; member 596 u32 child_relid; member 613 u32 child_relid; member 620 u32 child_relid; member 631 u32 child_relid; member [all …]
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-vmbus | 12 Description: The VMBus child_relid of the device's primary channel 35 Format: <channel's child_relid:the bound cpu's number>
|