Searched refs:IBLS_ERROR (Results 1 – 5 of 5) sorted by relevance
90 #define BTE_ACTIVE (IBLS_BUSY | IBLS_ERROR)174 ? (((_status >> BTE_ERR_SHIFT) & BTE_ERR_BITS) | IBLS_ERROR) \178 (BTE_SHUB2_ERROR(_status) & ~IBLS_ERROR)
3080 #define IBLS_ERROR (0x1UL << IBLS_ERROR_SHFT) macro
151 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()
221 bte->bh_error = IBLS_ERROR; in bte_copy()231 if (transfer_stat & IBLS_ERROR) { in bte_copy()
927 #define IBLS_ERROR (0x1 << IBLS_ERROR_SHFT) macro