Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dconnection.c382 struct vmbus_channel *relid2channel(u32 relid) in relid2channel() argument
385 pr_warn_once("relid2channel: relid=%d: No channels mapped!\n", relid); in relid2channel()
388 if (WARN_ON(relid >= MAX_CHANNEL_RELIDS)) in relid2channel()
390 return READ_ONCE(vmbus_connection.channels[relid]); in relid2channel()
H A Dhyperv_vmbus.h331 static inline void vmbus_send_interrupt(u32 relid) in vmbus_send_interrupt() argument
333 sync_set_bit(relid, vmbus_connection.send_int_page); in vmbus_send_interrupt()
416 struct vmbus_channel *relid2channel(u32 relid);
H A Dhv_trace.h334 TP_STRUCT__entry(__field(u32, relid)),
335 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
336 TP_printk("relid 0x%x", __entry->relid)
H A Dhv.c505 u32 relid; in __hv_synic_event_pending() local
515 for_each_set_bit(relid, recv_int_page, HV_EVENT_FLAGS_COUNT) { in __hv_synic_event_pending()
517 if (relid == 0) in __hv_synic_event_pending()
H A Dvmbus_drv.c1254 u32 maxbits, relid; in vmbus_chan_sched() local
1272 for_each_set_bit(relid, recv_int_page, maxbits) { in vmbus_chan_sched()
1276 if (!sync_test_and_clear_bit(relid, recv_int_page)) in vmbus_chan_sched()
1280 if (relid == 0) in vmbus_chan_sched()
1292 channel = relid2channel(relid); in vmbus_chan_sched()
2113 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() local
2118 "%u", relid); in vmbus_add_channel_kobj()
H A Dchannel_mgmt.c428 static void vmbus_release_relid(u32 relid) in vmbus_release_relid() argument
434 msg.child_relid = relid; in vmbus_release_relid()
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-vmbus64 NN is the VMBUS relid associated with the channel.