Searched refs:node_info (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/infiniband/hw/irdma/
H A Dws.c92 struct irdma_ws_node_info node_info = {}; local
94 node_info.id = node->index;
95 node_info.vsi = node->vsi_index;
97 node_info.parent_id = node->parent->index;
99 node_info.parent_id = node_info.id;
101 node_info.weight = node->rel_bw;
102 node_info.tc = node->traffic_class;
103 node_info.prio_type = node->prio_type;
104 node_info
[all...]
H A Dprotos.h33 struct irdma_ws_node_info *node_info);
H A Dutils.c1885 * @node_info: pointer to ws node info
1888 struct irdma_ws_node_info *node_info)
1911 cqp_info->in.u.ws_node.info = *node_info;
1923 node_info->qs_handle = compl_info.op_ret_val;
1927 node_info->qs_handle = cqp_request->compl_info.op_ret_val;
1887 irdma_cqp_ws_node_cmd(struct irdma_sc_dev *dev, u8 cmd, struct irdma_ws_node_info *node_info) argument
/linux-master/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-master/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)
358 node_info->vdev_port.id = *idp;
359 node_info->vdev_port.name = kstrdup_const(name, GFP_KERNEL);
360 if (!node_info->vdev_port.name)
362 node_info->vdev_port.parent_cfg_hdl = *parent_cfg_hdlp;
367 static void rel_vdev_port_node_info(union md_node_info *node_info) argument
338 get_vdev_port_node_info(struct mdesc_handle *md, u64 node, union md_node_info *node_info) argument
392 get_ds_port_node_info(struct mdesc_handle *md, u64 node, union md_node_info *node_info) argument
407 rel_ds_port_node_info(union md_node_info *node_info) argument
544 mdesc_get_node(struct mdesc_handle *hp, const char *node_name, union md_node_info *node_info) argument
584 mdesc_get_node_info(struct mdesc_handle *hp, u64 node, const char *node_name, union md_node_info *node_info) argument
[all...]
/linux-master/drivers/pnp/pnpbios/
H A Dcore.c73 struct pnp_dev_node_info node_info; variable in typeref:struct:pnp_dev_node_info
198 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
221 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
273 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
351 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
531 ret = pnp_bios_dev_node_info(&node_info);
H A Dproc.c128 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
161 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
188 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
H A Dpnpbios.h115 extern struct pnp_dev_node_info node_info;
/linux-master/fs/f2fs/
H A Dnode.h46 /* For flag in struct node_info */
58 struct node_info { struct
68 struct node_info ni; /* in-memory node information */
82 static inline void copy_node_info(struct node_info *dst,
83 struct node_info *src)
114 static inline void node_info_from_raw_nat(struct node_info *ni,
123 struct node_info *ni)
H A Dinline.c139 struct node_info ni;
776 struct node_info ni;
H A Dnode.c456 static void set_node_addr(struct f2fs_sb_info *sbi, struct node_info *ni,
547 struct node_info *ni, bool checkpoint_context)
599 /* Fill node_info from nat page */
900 struct node_info ni;
1300 struct node_info new_ni;
1363 struct node_info ni;
1602 struct node_info ni;
2730 struct node_info ni;
2776 struct node_info old_ni, new_ni;
H A Dgc.c1018 struct node_info ni;
1104 struct node_info *dni, block_t blkaddr, unsigned int *nofs)
1275 struct node_info ni;
1513 struct node_info dni; /* dnode info for the data */
H A Dinode.c940 struct node_info ni;
H A Drecovery.c631 struct node_info ni;
H A Ddata.c1390 struct node_info ni;
1802 struct node_info ni;
2619 struct node_info ni;
H A Dcheckpoint.c694 struct node_info ni;
H A Dcompress.c1242 struct node_info ni;
H A Df2fs.h3617 struct node_info;
3629 struct node_info *ni, bool checkpoint_context);
H A Dfile.c1275 struct node_info ni;
H A Dsegment.c219 struct node_info ni;
/linux-master/net/tipc/
H A Dnetlink_compat.c1115 struct tipc_node_info node_info; local
1127 node_info.addr = htonl(nla_get_u32(node[TIPC_NLA_NODE_ADDR]));
1128 node_info.up = htonl(nla_get_flag(node[TIPC_NLA_NODE_UP]));
1130 return tipc_add_tlv(msg->rep, TIPC_TLV_NODE_INFO, &node_info,
1131 sizeof(node_info));
/linux-master/tools/perf/
H A Dbuiltin-c2c.c95 int node_info; member in struct:perf_c2c
1207 if (c2c.node_info == 1) {
1219 switch (c2c.node_info) {
2259 switch (c2c.node_info) {
2287 if (c2c.node_info > 2)
2288 c2c.node_info = 2;
2663 c2c.node_info = (c2c.node_info + 1) % 3;
3026 OPT_INCR('N', "node-info", &c2c.node_info,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c1346 struct psp_xgmi_node_info node_info)
1351 uint64_t dst_node_id = node_info.node_id;
1352 uint8_t dst_num_hops = node_info.num_hops;
1353 uint8_t dst_num_links = node_info.num_links;
1345 psp_xgmi_reflect_topology_info(struct psp_context *psp, struct psp_xgmi_node_info node_info) argument

Completed in 346 milliseconds