Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhyperv_vmbus.h353 static inline void vmbus_send_interrupt(u32 relid) in vmbus_send_interrupt() argument
355 sync_set_bit(relid, vmbus_connection.send_int_page); in vmbus_send_interrupt()
387 struct vmbus_channel *relid2channel(u32 relid);
Dconnection.c303 struct vmbus_channel *relid2channel(u32 relid) in relid2channel() argument
313 if (channel->offermsg.child_relid == relid) { in relid2channel()
323 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
Dhv_trace.h302 TP_STRUCT__entry(__field(u32, relid)),
303 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
304 TP_printk("relid 0x%x", __entry->relid)
Dchannel_mgmt.c374 static void vmbus_release_relid(u32 relid) in vmbus_release_relid() argument
380 msg.child_relid = relid; in vmbus_release_relid()
388 void hv_process_channel_removal(u32 relid) in hv_process_channel_removal() argument
398 channel = relid2channel(relid); in hv_process_channel_removal()
432 vmbus_release_relid(relid); in hv_process_channel_removal()
Dvmbus_drv.c923 u32 maxbits, relid; in vmbus_chan_sched() local
946 for_each_set_bit(relid, recv_int_page, maxbits) { in vmbus_chan_sched()
949 if (!sync_test_and_clear_bit(relid, recv_int_page)) in vmbus_chan_sched()
953 if (relid == 0) in vmbus_chan_sched()
960 if (channel->offermsg.child_relid != relid) in vmbus_chan_sched()
1414 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() local
1419 "%u", relid); in vmbus_add_channel_kobj()
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-bus-vmbus57 NN is the VMBUS relid associtated with the channel.
/Linux-v4.19/include/linux/
Dhyperv.h1445 void hv_process_channel_removal(u32 relid);