Home
last modified time | relevance | path

Searched refs:IBLS_ERROR (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/ia64/include/asm/sn/
Dbte.h90 #define BTE_ACTIVE (IBLS_BUSY | IBLS_ERROR)
174 ? (((_status >> BTE_ERR_SHIFT) & BTE_ERR_BITS) | IBLS_ERROR) \
178 (BTE_SHUB2_ERROR(_status) & ~IBLS_ERROR)
Dshubio.h3080 #define IBLS_ERROR (0x1UL << IBLS_ERROR_SHFT) macro
/linux-3.4.99/arch/ia64/sn/kernel/
Dbte_error.c151 if (status & IBLS_ERROR) { in shub2_bte_error_handler()
221 IBLS_ERROR | (u64) bh_error)); in bte_error_handler()
222 *notify = IBLS_ERROR | bh_error; in bte_error_handler()
Dbte.c221 bte->bh_error = IBLS_ERROR; in bte_copy()
231 if (transfer_stat & IBLS_ERROR) { in bte_copy()
/linux-3.4.99/arch/mips/include/asm/sn/sn0/
Dhubio.h927 #define IBLS_ERROR (0x1 << IBLS_ERROR_SHFT) macro