Searched refs:bte (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dbte.c24 #include <asm/sn/bte.h>
46 static inline void bte_start_transfer(struct bteinfo_s *bte, u64 len, u64 mode) argument
49 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24)));
51 BTE_LNSTAT_STORE(bte, len);
52 BTE_CTRL_STORE(bte, mode);
85 struct bteinfo_s *bte; local
138 bte = bte_if_on_node(nasid_to_try[nasid_index],bte_if_index);
140 if (bte == NULL) {
145 if (spin_trylock(&bte->spinlock)) {
146 if (!(*bte
[all...]
H A Dbte_error.c17 #include <asm/sn/bte.h>
25 * second part error handler. When all bte related CRBs are cleanly
108 /* Re-enable both bte interfaces */
138 struct bteinfo_s *bte; local
149 bte = &err_nodepda->bte_if[i];
150 status = BTE_LNSTAT_LOAD(bte);
152 bte->bh_error = BTE_SHUB2_ERROR(status);
218 BTE_PRINTK(("cnode %d bte %d error=0x%lx\n",
243 struct bteinfo_s *bte; local
246 bte
[all...]
H A DMakefile12 obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \
H A Dhuberror.c19 #include <asm/sn/bte.h>
H A Dsetup.c46 #include <asm/sn/bte.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dnodepda.h15 #include <asm/sn/bte.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxp_sn2.c17 #include <asm/sn/bte.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmspec.c57 #include <asm/sn/bte.h>

Completed in 104 milliseconds