Searched refs:bte (Results 1 – 3 of 3) sorted by relevance
46 static inline void bte_start_transfer(struct bteinfo_s *bte, u64 len, u64 mode) in bte_start_transfer() argument49 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24))); in bte_start_transfer()51 BTE_LNSTAT_STORE(bte, len); in bte_start_transfer()52 BTE_CTRL_STORE(bte, mode); in bte_start_transfer()85 struct bteinfo_s *bte; in bte_copy() local138 bte = bte_if_on_node(nasid_to_try[nasid_index],bte_if_index); in bte_copy()140 if (bte == NULL) { in bte_copy()145 if (spin_trylock(&bte->spinlock)) { in bte_copy()146 if (!(*bte->most_rcnt_na & BTE_WORD_AVAILABLE) || in bte_copy()147 (BTE_LNSTAT_LOAD(bte) & BTE_ACTIVE)) { in bte_copy()[all …]
138 struct bteinfo_s *bte; in shub2_bte_error_handler() local149 bte = &err_nodepda->bte_if[i]; in shub2_bte_error_handler()150 status = BTE_LNSTAT_LOAD(bte); in shub2_bte_error_handler()152 bte->bh_error = BTE_SHUB2_ERROR(status); in shub2_bte_error_handler()243 struct bteinfo_s *bte; in bte_crb_error_handler() local246 bte = &(NODEPDA(cnode)->bte_if[btenum]); in bte_crb_error_handler()253 bte->bh_error = ioe->ie_errortype + BTEFAIL_OFFSET; in bte_crb_error_handler()254 bte->bte_error_count++; in bte_crb_error_handler()257 bte->bte_cnode, bte->bte_num, ioe->ie_errortype)); in bte_crb_error_handler()
12 obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \