Home
last modified time | relevance | path

Searched refs:node_info (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
H A Dws.c92 struct irdma_ws_node_info node_info = {}; in irdma_ws_cqp_cmd() local
94 node_info.id = node->index; in irdma_ws_cqp_cmd()
95 node_info.vsi = node->vsi_index; in irdma_ws_cqp_cmd()
97 node_info.parent_id = node->parent->index; in irdma_ws_cqp_cmd()
99 node_info.parent_id = node_info.id; in irdma_ws_cqp_cmd()
101 node_info.weight = node->rel_bw; in irdma_ws_cqp_cmd()
102 node_info.tc = node->traffic_class; in irdma_ws_cqp_cmd()
103 node_info.prio_type = node->prio_type; in irdma_ws_cqp_cmd()
104 node_info.type_leaf = node->type_leaf; in irdma_ws_cqp_cmd()
105 node_info.enable = node->enable; in irdma_ws_cqp_cmd()
[all …]
/linux/drivers/pnp/pnpbios/
H A Dcore.c73 struct pnp_dev_node_info node_info; variable
198 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_get_resources()
221 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_set_resources()
273 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_disable_resources()
351 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in build_devlist()
531 ret = pnp_bios_dev_node_info(&node_info); in pnpbios_init()
H A Dproc.c128 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnp_devices_proc_show()
161 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_show()
188 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_write()
H A Dpnpbios.h115 extern struct pnp_dev_node_info node_info;
/linux/arch/sparc/include/asm/
H A Dmdesc.h89 union md_node_info *node_info);
91 const char *node_name, union md_node_info *node_info);
/linux/net/tipc/
H A Dnetlink_compat.c1116 struct tipc_node_info node_info; in tipc_nl_compat_node_dump() local
1128 node_info.addr = htonl(nla_get_u32(node[TIPC_NLA_NODE_ADDR])); in tipc_nl_compat_node_dump()
1129 node_info.up = htonl(nla_get_flag(node[TIPC_NLA_NODE_UP])); in tipc_nl_compat_node_dump()
1131 return tipc_add_tlv(msg->rep, TIPC_TLV_NODE_INFO, &node_info, in tipc_nl_compat_node_dump()
1132 sizeof(node_info)); in tipc_nl_compat_node_dump()
/linux/tools/perf/
H A Dbuiltin-c2c.c103 int node_info;
1251 if (c2c.node_info == 1) { in node_entry()
1263 switch (c2c.node_info) { in node_entry()
2312 switch (c2c.node_info) { in setup_nodes()
2340 if (c2c.node_info > 2) in setup_nodes()
2341 c2c.node_info = 2; in setup_nodes()
2756 c2c.node_info = (c2c.node_info + 1) % 3; in perf_c2c_browser__title()
3124 OPT_INCR('N', "node-info", &c2c.node_info, in perf_c2c__report()
99 int node_info; global() member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c1952 struct psp_xgmi_node_info node_info) in psp_xgmi_reflect_topology_info() argument
1957 uint64_t dst_node_id = node_info.node_id; in psp_xgmi_reflect_topology_info()
1958 uint8_t dst_num_hops = node_info.num_hops; in psp_xgmi_reflect_topology_info()
1959 uint8_t dst_is_sharing_enabled = node_info.is_sharing_enabled; in psp_xgmi_reflect_topology_info()
1960 uint8_t dst_num_links = node_info.num_links; in psp_xgmi_reflect_topology_info()
1988 node_info.port_num[k].dst_xgmi_port_num; in psp_xgmi_reflect_topology_info()
1990 node_info.port_num[k].src_xgmi_port_num; in psp_xgmi_reflect_topology_info()
/linux/drivers/android/binder/
H A Dprocess.rs1208 let node_info = node_refs.by_handle.get_mut(&out.handle).ok_or(ENOENT)?; in get_node_info_from_ref() localVariable
1209 let node_ref = node_info.node_ref(); in get_node_info_from_ref()