Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dconnection.c368 struct vmbus_channel *relid2channel(u32 relid) in relid2channel() argument
371 pr_warn_once("relid2channel: relid=%d: No channels mapped!\n", relid); in relid2channel()
374 if (WARN_ON(relid >= MAX_CHANNEL_RELIDS)) in relid2channel()
376 return READ_ONCE(vmbus_connection.channels[relid]); in relid2channel()
H A Dhyperv_vmbus.h310 static inline void vmbus_send_interrupt(u32 relid) in vmbus_send_interrupt() argument
312 sync_set_bit(relid, vmbus_connection.send_int_page); in vmbus_send_interrupt()
350 struct vmbus_channel *relid2channel(u32 relid);
H A Dhv.c407 u32 relid; in hv_synic_event_pending() local
412 for_each_set_bit(relid, recv_int_page, HV_EVENT_FLAGS_COUNT) { in hv_synic_event_pending()
414 if (relid == 0) in hv_synic_event_pending()
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 Dvmbus_drv.c1199 u32 maxbits, relid; in vmbus_chan_sched() local
1216 for_each_set_bit(relid, recv_int_page, maxbits) { in vmbus_chan_sched()
1220 if (!sync_test_and_clear_bit(relid, recv_int_page)) in vmbus_chan_sched()
1224 if (relid == 0) in vmbus_chan_sched()
1236 channel = relid2channel(relid); in vmbus_chan_sched()
1968 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() local
1973 "%u", relid); in vmbus_add_channel_kobj()
H A Dchannel_mgmt.c427 static void vmbus_release_relid(u32 relid) in vmbus_release_relid() argument
433 msg.child_relid = relid; in vmbus_release_relid()
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-bus-vmbus64 NN is the VMBUS relid associated with the channel.