Home
last modified time | relevance | path

Searched refs:brd_compts (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-init.c625 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in router_recurse()
663 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in node_distance()
766 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in dump_topology()
827 kli = NODE_OFFSET_TO_KLINFO(NASID_GET(lbptr), lbptr->brd_compts[i]);
/linux-2.4.37.9/include/asm-ia64/sn/
Dklconfig.h446 klconf_off_t brd_compts[MAX_COMPTS_PER_BRD]; /* pointers to COMPONENTS */ member
475 (_brd)->brd_compts[(_ndx)]))
486 ((((_brd)->brd_compts[(_ndx)]) == 0) ? 0 : \
487 (NODE_OFFSET_TO_KLINFO(NASID_GET(_brd), (_brd)->brd_compts[(_ndx)])))
/linux-2.4.37.9/include/asm-mips64/sn/
Dklconfig.h463 klconf_off_t brd_compts[MAX_COMPTS_PER_BRD]; /* pointers to COMPONENTS */ member
490 #define KLCF_COMP(_brd, _ndx) (klinfo_t *)((_brd)->brd_compts[(_ndx)])
501 (_brd)->brd_compts[(_ndx)]))
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dklgraph.c666 brd->brd_compts[0]); in klhwg_connect_one_router()