Searched refs:brd (Results 1 – 5 of 5) sorted by relevance
| /arch/mips/sgi-ip27/ |
| A D | ip27-memory.c | 61 lboard_t *brd; in router_recurse() local 81 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in router_recurse() 100 lboard_t *brd, *dest_brd; in compute_node_distance() local 109 if (!brd) in compute_node_distance() 116 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in compute_node_distance() 135 } while ((brd = find_lboard_class(KLCF_NEXT(brd), KLTYPE_ROUTER))); in compute_node_distance() 201 if (!brd) in dump_topology() 210 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in dump_topology() 227 } while ( (brd = find_lboard_class(KLCF_NEXT(brd), KLTYPE_ROUTER)) ); in dump_topology() 238 lboard_t *brd; in slot_psize_compute() local [all …]
|
| A D | ip27-klconfig.c | 18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument 25 for (j = 0; j < KLCF_NUM_COMPS(brd); j++) in find_component() 26 if (kli == KLCF_COMP(brd, j)) in find_component() 29 if (index == KLCF_NUM_COMPS(brd)) { in find_component() 36 for (; index < KLCF_NUM_COMPS(brd); index++) { in find_component() 37 kli = KLCF_COMP(brd, index); in find_component() 46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument 48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
|
| A D | ip27-smp.c | 32 lboard_t *brd; in node_scan_cpus() local 36 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27); in node_scan_cpus() 39 acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU); in node_scan_cpus() 54 acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in node_scan_cpus() 57 brd = KLCF_NEXT(brd); in node_scan_cpus() 58 if (!brd) in node_scan_cpus() 61 brd = find_lboard(brd, KLTYPE_IP27); in node_scan_cpus() 62 } while (brd); in node_scan_cpus()
|
| A D | ip27-xtalk.c | 153 lboard_t *brd; in xbow_probe() local 161 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_MIDPLANE8); in xbow_probe() 162 if (!brd) in xbow_probe() 165 xbow_p = (klxbow_t *)find_component(brd, NULL, KLSTRUCT_XBOW); in xbow_probe()
|
| /arch/mips/include/asm/sn/ |
| A D | klconfig.h | 890 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type); 891 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
|
Completed in 11 milliseconds