Go to the documentation of this file.
11 #ifndef _ASM_SGI_SN_AGENT_H
12 #define _ASM_SGI_SN_AGENT_H
14 #include <asm/sn/addrs.h>
15 #include <asm/sn/arch.h>
17 #if defined(CONFIG_SGI_IP27)
19 #elif defined(CONFIG_SGI_IP35)
20 #include <asm/sn/sn1/hub.h>
27 #if defined(CONFIG_SGI_IP27)
28 #define HUB_NIC_ADDR(_cpuid) \
29 REMOTE_HUB_ADDR(COMPACT_TO_NASID_NODEID(cpu_to_node(_cpuid)), \
33 #define SET_HUB_NIC(_my_cpuid, _val) \
34 (HUB_S(HUB_NIC_ADDR(_my_cpuid), (_val)))
36 #define SET_MY_HUB_NIC(_v) \
37 SET_HUB_NIC(cpuid(), (_v))
39 #define GET_HUB_NIC(_my_cpuid) \
40 (HUB_L(HUB_NIC_ADDR(_my_cpuid)))
42 #define GET_MY_HUB_NIC() \