Searched refs:node_info (Results 1 – 7 of 7) sorted by relevance
92 struct irdma_ws_node_info node_info = {}; in irdma_ws_cqp_cmd() local94 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 …]
33 struct irdma_ws_node_info *node_info);
1774 struct irdma_ws_node_info *node_info) in irdma_cqp_ws_node_cmd() argument1797 cqp_info->in.u.ws_node.info = *node_info; in irdma_cqp_ws_node_cmd()1809 node_info->qs_handle = compl_info.op_ret_val; in irdma_cqp_ws_node_cmd()1813 node_info->qs_handle = cqp_request->compl_info.op_ret_val; in irdma_cqp_ws_node_cmd()
73 struct pnp_dev_node_info node_info; variable198 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()
128 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()
115 extern struct pnp_dev_node_info node_info;
1533 struct psp_xgmi_node_info node_info) in psp_xgmi_reflect_topology_info() argument1538 uint64_t dst_node_id = node_info.node_id; in psp_xgmi_reflect_topology_info()1539 uint8_t dst_num_hops = node_info.num_hops; in psp_xgmi_reflect_topology_info()1540 uint8_t dst_num_links = node_info.num_links; in psp_xgmi_reflect_topology_info()
Completed in 24 milliseconds