Lines Matching refs:NotifyBits
669 int Item, unsigned NotifyBits) in ce_error_callback() argument
673 if (NotifyBits & (TAU32_ERROR_FAIL | TAU32_ERROR_TIMEOUT in ce_error_callback()
679 ce_err2str (NotifyBits))); in ce_error_callback()
686 if (NotifyBits & TAU32_ERROR_TX_UNDERFLOW) { in ce_error_callback()
691 if (NotifyBits & TAU32_ERROR_RX_OVERFLOW) { in ce_error_callback()
696 if (NotifyBits & (TAU32_ERROR_RX_FRAME | TAU32_ERROR_RX_ABORT | in ce_error_callback()
701 CE_DDK_DEBUG (b, c, ("Frame error: %x\n", NotifyBits)); in ce_error_callback()
705 if(NotifyBits & TAU32_ERROR_RX_CRC) { in ce_error_callback()
712 NotifyBits)); in ce_error_callback()
719 int Item, unsigned NotifyBits) in ce_status_callback() argument
729 CE_DDK_DEBUG (b, (ce_chan_t *)0, ("Another status: %x\n", NotifyBits)); in ce_status_callback()