Home
last modified time | relevance | path

Searched refs:node_info (Results 1 – 10 of 10) 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 …]
H A Dutils.c1872 struct irdma_ws_node_info *node_info) in irdma_cqp_ws_node_cmd() argument
1894 cqp_info->in.u.ws_node.info = *node_info; in irdma_cqp_ws_node_cmd()
1906 node_info->qs_handle = compl_info.op_ret_val; in irdma_cqp_ws_node_cmd()
1910 node_info->qs_handle = cqp_request->compl_info.op_ret_val; in irdma_cqp_ws_node_cmd()
/linux/arch/sparc/kernel/
H A Dmdesc.c94 union md_node_info *node_info);
95 static void rel_vdev_port_node_info(union md_node_info *node_info);
100 union md_node_info *node_info);
101 static void rel_ds_port_node_info(union md_node_info *node_info);
339 union md_node_info *node_info) in get_vdev_port_node_info() argument
358 node_info->vdev_port.id = *idp; in get_vdev_port_node_info()
359 node_info->vdev_port.name = kstrdup_const(name, GFP_KERNEL); in get_vdev_port_node_info()
360 if (!node_info->vdev_port.name) in get_vdev_port_node_info()
362 node_info->vdev_port.parent_cfg_hdl = *parent_cfg_hdlp; in get_vdev_port_node_info()
367 static void rel_vdev_port_node_info(union md_node_info *node_info) in rel_vdev_port_node_info() argument
[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.c1114 struct tipc_node_info node_info; in tipc_nl_compat_node_dump() local
1126 node_info.addr = htonl(nla_get_u32(node[TIPC_NLA_NODE_ADDR])); in tipc_nl_compat_node_dump()
1127 node_info.up = htonl(nla_get_flag(node[TIPC_NLA_NODE_UP])); in tipc_nl_compat_node_dump()
1129 return tipc_add_tlv(msg->rep, TIPC_TLV_NODE_INFO, &node_info, in tipc_nl_compat_node_dump()
1130 sizeof(node_info)); in tipc_nl_compat_node_dump()
/linux/tools/perf/
H A Dbuiltin-c2c.c99 int node_info; member
1228 if (c2c.node_info == 1) { in node_entry()
1240 switch (c2c.node_info) { in node_entry()
2289 switch (c2c.node_info) { in setup_nodes_header()
2318 if (c2c.node_info > 2) in setup_nodes()
2319 c2c.node_info = 2; in setup_nodes()
2729 c2c.node_info = (c2c.node_info + 1) % 3; in perf_c2c__browse_cacheline()
3096 OPT_INCR('N', "node-info", &c2c.node_info, in perf_c2c__report()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c1535 struct psp_xgmi_node_info node_info) in psp_xgmi_reflect_topology_info() argument
1540 uint64_t dst_node_id = node_info.node_id; in psp_xgmi_reflect_topology_info()
1541 uint8_t dst_num_hops = node_info.num_hops; in psp_xgmi_reflect_topology_info()
1542 uint8_t dst_is_sharing_enabled = node_info.is_sharing_enabled; in psp_xgmi_reflect_topology_info()
1543 uint8_t dst_num_links = node_info.num_links; in psp_xgmi_reflect_topology_info()
1571 node_info.port_num[k].dst_xgmi_port_num; in psp_xgmi_reflect_topology_info()
1573 node_info.port_num[k].src_xgmi_port_num; in psp_xgmi_reflect_topology_info()