Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dconnection.c399 struct vmbus_channel *relid2channel(u32 relid) in relid2channel() argument
402 pr_warn_once("relid2channel: relid=%d: No channels mapped!\n", relid); in relid2channel()
405 if (WARN_ON(relid >= MAX_CHANNEL_RELIDS)) in relid2channel()
407 return READ_ONCE(vmbus_connection.channels[relid]); in relid2channel()
H A Dhyperv_vmbus.h334 static inline void vmbus_send_interrupt(u32 relid) in vmbus_send_interrupt() argument
336 sync_set_bit(relid, vmbus_connection.send_int_page); in vmbus_send_interrupt()
419 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 Dvmbus_drv.c1238 u32 maxbits, relid; in vmbus_chan_sched() local
1251 for_each_set_bit(relid, recv_int_page, maxbits) { in vmbus_chan_sched()
1255 if (!sync_test_and_clear_bit(relid, recv_int_page)) in vmbus_chan_sched()
1259 if (relid == 0) in vmbus_chan_sched()
1271 channel = relid2channel(relid); in vmbus_chan_sched()
2100 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() local
2105 "%u", relid); in vmbus_add_channel_kobj()
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-vmbus64 NN is the VMBUS relid associated with the channel.