Home
last modified time | relevance | path

Searched refs:spcd_t (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c77 spcd_t *pcd;
85 static dev_info_t *gptwocfg_create_cpu_node(dev_info_t *, spcd_t *,
87 static dev_info_t *gptwocfg_create_mc_node(dev_info_t *, spcd_t *, uint_t);
88 static dev_info_t *gptwocfg_create_cmp_node(dev_info_t *, spcd_t *, uint_t);
89 static int gptwocfg_create_core_node(dev_info_t *, spcd_t *, uint_t, uint_t);
148 gptwocfg_configure_cpu(dev_info_t *ap, spcd_t *pcd, uint_t portid) in gptwocfg_configure_cpu()
232 gptwocfg_create_cmp_node(dev_info_t *ap, spcd_t *pcd, uint_t portid) in gptwocfg_create_cmp_node()
260 spcd_t *pcd; in set_cmp_props()
300 gptwocfg_create_cpu_node(dev_info_t *ap, spcd_t *pcd, uint_t portid, in gptwocfg_create_cpu_node()
369 spcd_t *pcd; in set_cpu_common_props()
[all …]
H A Dgptwocfg.c227 gptwocfg_configure(dev_info_t *ap, spcd_t *pcd, gptwo_aid_t id) in gptwocfg_configure()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h52 gptwocfg_cookie_t gptwocfg_configure(dev_info_t *, spcd_t *, uint_t);
108 (dev_info_t *ap, spcd_t *pcd, gptwo_aid_t id);
113 typedef gptwo_new_nodes_t *gptwo_cfgfunc_t(dev_info_t *, spcd_t *, gptwo_aid_t);
H A Dgptwo_cpu.h43 gptwo_new_nodes_t *gptwocfg_configure_cpu(dev_info_t *, spcd_t *, uint_t);
H A Dgptwo_pci.h44 gptwo_new_nodes_t *gptwo_configure_pci(dev_info_t *, spcd_t *, uint_t);
H A Dsafari_pcd.h113 } spcd_t; typedef
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c67 static spcd_t *sc_get_common_pcd(uint_t, uint_t);
68 static void sc_free_common_pcd(spcd_t *);
72 static void dump_pcd(spcd_t *);
73 static uint_t sc_get_agent_id(spcd_t *, uint_t, uint_t, uint_t);
139 static spcd_t *
142 spcd_t *pcd; in sc_get_common_pcd()
183 pcd = (spcd_t *)kmem_zalloc(sizeof (spcd_t), KM_SLEEP); in sc_get_common_pcd()
441 sc_free_common_pcd(spcd_t *pcd) in sc_free_common_pcd()
478 kmem_free(pcd, sizeof (spcd_t)); in sc_free_common_pcd()
490 spcd_t *pcd; in sc_configure()
[all …]
H A Dgptwo_pci.c75 static char *gptwo_get_probe_string(spcd_t *, int);
179 gptwo_configure_pci(dev_info_t *ap, spcd_t *pcd, uint_t id) in gptwo_configure_pci()
438 gptwo_get_probe_string(spcd_t *pcd, int bus_number) in gptwo_get_probe_string()
/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Dgptwo_pci.h44 gptwo_new_nodes_t *gptwo_configure_pci(dev_info_t *, spcd_t *, uint_t);