Lines Matching refs:NotifyBits
668 int Item, unsigned NotifyBits) in ce_error_callback() argument
672 if (NotifyBits & (TAU32_ERROR_FAIL | TAU32_ERROR_TIMEOUT in ce_error_callback()
678 ce_err2str (NotifyBits))); in ce_error_callback()
685 if (NotifyBits & TAU32_ERROR_TX_UNDERFLOW) { in ce_error_callback()
690 if (NotifyBits & TAU32_ERROR_RX_OVERFLOW) { in ce_error_callback()
695 if (NotifyBits & (TAU32_ERROR_RX_FRAME | TAU32_ERROR_RX_ABORT | in ce_error_callback()
700 CE_DDK_DEBUG (b, c, ("Frame error: %x\n", NotifyBits)); in ce_error_callback()
704 if(NotifyBits & TAU32_ERROR_RX_CRC) { in ce_error_callback()
711 NotifyBits)); in ce_error_callback()
718 int Item, unsigned NotifyBits) in ce_status_callback() argument
728 CE_DDK_DEBUG (b, (ce_chan_t *)0, ("Another status: %x\n", NotifyBits)); in ce_status_callback()