__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * This file has definitions for the hub and snac interfaces. * * Copyright (C) 1992 - 1997, 1999, 2000 Silcon Graphics, Inc. * Copyright (C) 1999, 2000 Ralf Baechle ([email protected]) */ #ifndef _ASM_SGI_SN_AGENT_H #define _ASM_SGI_SN_AGENT_H #include <asm/sn/addrs.h> #include <asm/sn/arch.h> #if defined(CONFIG_SGI_IP27) #include <asm/sn/sn0/hub.h> #elif defined(CONFIG_SGI_IP35) #include <asm/sn/sn1/hub.h> #endif /* !CONFIG_SGI_IP27 && !CONFIG_SGI_IP35 */ /* * NIC register macros */ #if defined(CONFIG_SGI_IP27) #define HUB_NIC_ADDR(_cpuid) \ REMOTE_HUB_ADDR(cpu_to_node(_cpuid), \ MD_MLAN_CTL) #endif #define SET_HUB_NIC(_my_cpuid, _val) \ (HUB_S(HUB_NIC_ADDR(_my_cpuid), (_val))) #define SET_MY_HUB_NIC(_v) \ SET_HUB_NIC(cpuid(), (_v)) #define GET_HUB_NIC(_my_cpuid) \ (HUB_L(HUB_NIC_ADDR(_my_cpuid))) #define GET_MY_HUB_NIC() \ GET_HUB_NIC(cpuid()) #endif /* _ASM_SGI_SN_AGENT_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| sn0 | Folder | 0755 |
|
|
| addrs.h | File | 12.6 KB | 0644 |
|
| agent.h | File | 1.11 KB | 0644 |
|
| arch.h | File | 762 B | 0644 |
|
| fru.h | File | 1.45 KB | 0644 |
|
| gda.h | File | 3.09 KB | 0644 |
|
| intr.h | File | 2.6 KB | 0644 |
|
| io.h | File | 1.82 KB | 0644 |
|
| ioc3.h | File | 21.31 KB | 0644 |
|
| irq_alloc.h | File | 199 B | 0644 |
|
| klconfig.h | File | 29.92 KB | 0644 |
|
| kldir.h | File | 1.04 KB | 0644 |
|
| klkernvars.h | File | 612 B | 0644 |
|
| launch.h | File | 3.34 KB | 0644 |
|
| mapped_kernel.h | File | 1.93 KB | 0644 |
|
| nmi.h | File | 3.31 KB | 0644 |
|
| types.h | File | 686 B | 0644 |
|