_brd 195 arch/mips/include/asm/sn/klconfig.h #define KL_CONFIG_BOARD_NASID(_brd) ((_brd)->brd_nasid) _brd 196 arch/mips/include/asm/sn/klconfig.h #define KL_CONFIG_BOARD_SET_NEXT(_brd, _off) ((_brd)->brd_next = (_off)) _brd 198 arch/mips/include/asm/sn/klconfig.h #define KL_CONFIG_DUPLICATE_BOARD(_brd) ((_brd)->brd_flags & DUPLICATE_BOARD) _brd 455 arch/mips/include/asm/sn/klconfig.h #define BOARD_SLOT(_brd) ((_brd)->brd_slot) _brd 457 arch/mips/include/asm/sn/klconfig.h #define KLCF_CLASS(_brd) KLCLASS((_brd)->brd_type) _brd 458 arch/mips/include/asm/sn/klconfig.h #define KLCF_TYPE(_brd) KLTYPE((_brd)->brd_type) _brd 459 arch/mips/include/asm/sn/klconfig.h #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1) _brd 460 arch/mips/include/asm/sn/klconfig.h #define KLCF_NUM_COMPS(_brd) ((_brd)->brd_numcompts) _brd 461 arch/mips/include/asm/sn/klconfig.h #define KLCF_MODULE_ID(_brd) ((_brd)->brd_module) _brd 463 arch/mips/include/asm/sn/klconfig.h #define KLCF_NEXT(_brd) \ _brd 464 arch/mips/include/asm/sn/klconfig.h ((_brd)->brd_next ? \ _brd 465 arch/mips/include/asm/sn/klconfig.h (lboard_t *)(NODE_OFFSET_TO_K1(NASID_GET(_brd), (_brd)->brd_next)):\ _brd 467 arch/mips/include/asm/sn/klconfig.h #define KLCF_COMP(_brd, _ndx) \ _brd 468 arch/mips/include/asm/sn/klconfig.h (klinfo_t *)(NODE_OFFSET_TO_K1(NASID_GET(_brd), \ _brd 469 arch/mips/include/asm/sn/klconfig.h (_brd)->brd_compts[(_ndx)])) _brd 471 arch/mips/include/asm/sn/klconfig.h #define KLCF_COMP_ERROR(_brd, _comp) \ _brd 472 arch/mips/include/asm/sn/klconfig.h (NODE_OFFSET_TO_K1(NASID_GET(_brd), (_comp)->errinfo))