Home
last modified time | relevance | path

Searched refs:node_vertex (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dklgraph.c209 klhwg_add_ice(vertex_hdl_t node_vertex, klhub_t *hub, cnodeid_t cnode) in klhwg_add_ice() argument
216 (void) hwgraph_path_add(node_vertex, EDGE_LBL_ICE, &myicev); in klhwg_add_ice()
220 rc = device_master_set(myicev, node_vertex); in klhwg_add_ice()
233 klhwg_add_hub(vertex_hdl_t node_vertex, klhub_t *hub, cnodeid_t cnode) in klhwg_add_hub() argument
241 (void) hwgraph_path_add(node_vertex, EDGE_LBL_HUB, &myhubv); in klhwg_add_hub()
245 rc = device_master_set(myhubv, node_vertex); in klhwg_add_hub()
258 klhwg_add_disabled_cpu(vertex_hdl_t node_vertex, cnodeid_t cnode, klcpu_t *cpu, slotid_t slot) in klhwg_add_disabled_cpu() argument
269 (void) hwgraph_path_add(node_vertex, name, &my_cpu); in klhwg_add_disabled_cpu()
274 device_master_set(my_cpu, node_vertex); in klhwg_add_disabled_cpu()
283 klhwg_add_cpu(vertex_hdl_t node_vertex, cnodeid_t cnode, klcpu_t *cpu) in klhwg_add_cpu() argument
[all …]
Dpic.c82 peer_hubv = NODEPDA(xbow_peer)->node_vertex; in pic_bus1_widget_info_dup()
Dml_iograph.c795 volunteer_for_widgets(switchv, peer_npdap->node_vertex); in io_init_node()
/linux-2.4.37.9/include/asm-ia64/sn/
Dnodepda.h59 vertex_hdl_t node_vertex; /* Hwgraph vertex for this node */ member
125 #define cnodeid_to_vertex(cnodeid) (NODEPDA(cnodeid)->node_vertex)
/linux-2.4.37.9/include/asm-ia64/sn/sn2/
Dsn_private.h193 #define hubinfo_to_hubv(hinfo, hub_v) (hinfo->h_nodepda->node_vertex)