Home
last modified time | relevance | path

Searched refs:dst_node (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/interconnect/
H A Ddebugfs-client.c27 static char *dst_node; variable
61 dst = rcu_dereference(dst_node); in icc_get_set()
151 debugfs_create_str("dst_node", 0600, client_dir, &dst_node); in icc_debugfs_client_init()
H A Dcore.c602 struct icc_node *src_node, *dst_node; in icc_get() local
613 dst_node = node_find_by_name(dst); in icc_get()
614 if (!dst_node) { in icc_get()
619 path = path_find(dev, src_node, dst_node); in icc_get()
625 path->name = kasprintf(GFP_KERNEL, "%s-%s", src_node->name, dst_node->name); in icc_get()
/openbmc/qemu/block/monitor/
H A Dbitmap-qmp-cmds.c247 BdrvDirtyBitmap *block_dirty_bitmap_merge(const char *dst_node, in block_dirty_bitmap_merge() argument
260 dst = block_dirty_bitmap_lookup(dst_node, dst_bitmap, &bs, errp); in block_dirty_bitmap_merge()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_ipc.h41 u8 dst_node; member
H A Divpu_ipc.c39 ipc_hdr->src_node, ipc_hdr->dst_node, ipc_hdr->status); in ivpu_ipc_msg_dump()
109 tx_buf->ipc.dst_node = 1; in ivpu_ipc_tx_prepare()
/openbmc/linux/fs/hfs/
H A Dbnode.c108 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument
117 dst += dst_node->page_offset; in hfs_bnode_copy()
119 dst_page = dst_node->page[0]; in hfs_bnode_copy()
/openbmc/linux/net/qrtr/
H A Daf_qrtr.c79 u32 dst_node; member
470 cb->dst_node = le32_to_cpu(v1->dst_node_id); in qrtr_endpoint_post()
485 cb->dst_node = le16_to_cpu(v2->dst_node_id); in qrtr_endpoint_post()
1006 struct sockaddr_qrtr local = { AF_QIPCRTR, cb->dst_node, cb->dst_port }; in qrtr_send_resume_tx()
1021 pkt->client.node = cpu_to_le32(cb->dst_node); in qrtr_send_resume_tx()
/openbmc/linux/Documentation/driver-api/
H A Dinterconnect.rst127 echo ebi > dst_node
129 # Get path between src_node and dst_node. This is only
/openbmc/linux/fs/hfsplus/
H A Dbnode.c121 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument
131 dst += dst_node->page_offset; in hfs_bnode_copy()
134 dst_page = dst_node->page + (dst >> PAGE_SHIFT); in hfs_bnode_copy()
H A Dhfsplus_fs.h402 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst,
/openbmc/qemu/
H A Dqemu-img.c1645 static void do_dirty_bitmap_merge(const char *dst_node, const char *dst_name, in do_dirty_bitmap_merge() argument
1657 qmp_block_dirty_bitmap_merge(dst_node, dst_name, list, errp); in do_dirty_bitmap_merge()