Lines Matching refs:err_status
603 int err_status) in ti_hecc_error() argument
611 if (err_status & HECC_BUS_ERROR) { in ti_hecc_error()
624 if (err_status & HECC_CANES_FE) in ti_hecc_error()
626 if (err_status & HECC_CANES_BE) in ti_hecc_error()
628 if (err_status & HECC_CANES_SE) in ti_hecc_error()
630 if (err_status & HECC_CANES_CRCE) in ti_hecc_error()
632 if (err_status & HECC_CANES_ACKE) in ti_hecc_error()
681 u32 mbxno, mbx_mask, int_status, err_status, stamp; in ti_hecc_interrupt() local
692 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt()
693 if (unlikely(err_status & HECC_CANES_FLAGS)) in ti_hecc_interrupt()
694 ti_hecc_error(ndev, int_status, err_status); in ti_hecc_interrupt()