Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hv/
Dhyperv_vmbus.h303 static inline void vmbus_send_interrupt(u32 relid) in vmbus_send_interrupt() argument
305 sync_set_bit(relid, vmbus_connection.send_int_page); in vmbus_send_interrupt()
343 struct vmbus_channel *relid2channel(u32 relid);
Dconnection.c304 struct vmbus_channel *relid2channel(u32 relid) in relid2channel() argument
306 if (WARN_ON(relid >= MAX_CHANNEL_RELIDS)) in relid2channel()
308 return READ_ONCE(vmbus_connection.channels[relid]); in relid2channel()
Dhv_trace.h319 TP_STRUCT__entry(__field(u32, relid)),
320 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
321 TP_printk("relid 0x%x", __entry->relid)
Dvmbus_drv.c1217 u32 maxbits, relid; in vmbus_chan_sched() local
1240 for_each_set_bit(relid, recv_int_page, maxbits) { in vmbus_chan_sched()
1244 if (!sync_test_and_clear_bit(relid, recv_int_page)) in vmbus_chan_sched()
1248 if (relid == 0) in vmbus_chan_sched()
1260 channel = relid2channel(relid); in vmbus_chan_sched()
1941 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() local
1946 "%u", relid); in vmbus_add_channel_kobj()
Dchannel_mgmt.c386 static void vmbus_release_relid(u32 relid) in vmbus_release_relid() argument
392 msg.child_relid = relid; in vmbus_release_relid()
/Linux-v5.10/Documentation/ABI/stable/
Dsysfs-bus-vmbus57 NN is the VMBUS relid associtated with the channel.