Home
last modified time | relevance | path

Searched refs:wnode (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c182 sbdp_get_bd_and_wnode_num(pnode_t nodeid, int *bd, int *wnode) in sbdp_get_bd_and_wnode_num() argument
200 *wnode = SG_PORTID_TO_NODEID(portid); in sbdp_get_bd_and_wnode_num()
211 int bd, wnode; in sbdp_get_board_num() local
228 if (sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) < 0) in sbdp_get_board_num()
404 apktp->node = bdp->wnode; in sbdp_update_bd_info()
428 hp->h_wnode = bdp->wnode; in sbdp_update_bd_info()
460 sbdp_bd_init(sbdp_bd_t *bdp, int bd, int wnode) in sbdp_bd_init() argument
467 bdp->wnode = wnode; in sbdp_bd_init()
491 sbdp_cleanup_bd(bdp->wnode, bdp->bd); in sbdp_bd_fini()
505 sbdp_wnode_init(sbdp_wnode_t *wnodep, int wnode, int boards) in sbdp_wnode_init() argument
[all …]
H A Dsbdp_cpu.c105 int bd, wnode; in sbdp_disconnect_cpu() local
123 sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) != 0) { in sbdp_disconnect_cpu()
133 wnodep = sbdp_get_wnodep(wnode); in sbdp_disconnect_cpu()
143 sbdp_cpu_in_reset(wnode, bd, SG_CPUID_TO_CPU_UNIT(cpuid), 1); in sbdp_disconnect_cpu()
188 int bd, wnode; in sbdp_connect_cpu() local
203 sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) != 0) { in sbdp_connect_cpu()
218 if (sbdp_is_cpu_in_reset(wnode, bd, SG_CPUID_TO_CPU_UNIT(cpuid))) { in sbdp_connect_cpu()
225 wnodep = sbdp_get_wnodep(wnode); in sbdp_connect_cpu()
256 sbdp_cpu_in_reset(wnode, bd, SG_CPUID_TO_CPU_UNIT(cpuid), 0); in sbdp_connect_cpu()
263 if (sbdp_is_cpu_present(wnode, bd, i) && in sbdp_connect_cpu()
[all …]
H A Dsbdp_mem.c445 s_bdp->bd, s_bdp->wnode, s_bdp->bpa, (void *)s_bdp->nodes); in sbdp_move_memory()
448 t_bdp->bd, t_bdp->wnode, t_bdp->bpa, (void *)t_bdp->nodes); in sbdp_move_memory()
1264 int i, board = -1, wnode; in sbdphw_get_base_physaddr()
1276 if (sbdp_get_bd_and_wnode_num(nodeid, &board, &wnode) < 0) in sbdphw_get_base_physaddr()
1384 int wnode; in sbdp_is_mem() local
1386 if (sbdp_get_bd_and_wnode_num(node, &bd, &wnode) < 0) in sbdp_is_mem()
1409 int board, wnode; in sbdp_get_meminfo() local
1414 if (sbdp_get_bd_and_wnode_num(nodeid, &board, &wnode) < 0) in sbdp_get_meminfo()
1477 int wnode; in mc_check_sibling_cpu() local
1482 if (sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) < 0) in mc_check_sibling_cpu()
[all …]
H A Dsbdp_dr.c196 int wnode; in sbdp_select_top_nodes() local
209 if (sbdp_get_bd_and_wnode_num(node, &bd, &wnode) < 0) in sbdp_select_top_nodes()
251 if (sbdp_set_cpu_present(wnode, bd, in sbdp_select_top_nodes()
H A Dssm.c487 sbdp_info.wnode = softsp->ssm_nodeid; in ssm_detach()
759 sbdp_info.wnode = softsp->ssm_nodeid; in ssm_open()
852 sbdp_info.wnode = softsp->ssm_nodeid; in ssm_ioctl()
/titanic_44/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h154 int wnode; member
168 int wnode; /* wildcat node */ member
H A Dssm.h60 int wnode; /* node num */ member
/titanic_44/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1924 di_node_t rnode, wnode; in find_ap_common() local
1966 wnode = di_lookup_node(rnode, rpath); in find_ap_common()
1968 wnode = DI_NODE_NIL; in find_ap_common()
1970 if (wnode == DI_NODE_NIL) { in find_ap_common()
1991 (void) di_walk_hp(wnode, NULL, DI_HP_CONNECTOR, in find_ap_common()
2003 wnode = di_lookup_node(rnode, rpath); in find_ap_common()
2005 wnode = DI_NODE_NIL; in find_ap_common()
2007 if (wnode == DI_NODE_NIL) { in find_ap_common()
2026 (void) di_walk_minor(wnode, "ddi_ctl:attachment_point", in find_ap_common()
/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd.c388 int bd, dev_info_t *dip, int wnode);
606 sbd_setup_instance(int instance, dev_info_t *root, int max_boards, int wnode, in sbd_setup_instance() argument
650 softsp->wnode = wnode; in sbd_setup_instance()
654 sbd_board_init(sbd_boardlist++, softsp, b, root, wnode); in sbd_setup_instance()
4876 int bd, dev_info_t *top_dip, int wnode) in sbd_board_init() argument
4900 sbp->sb_wnode = wnode; in sbd_board_init()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h181 int wnode; member