Searched refs:err_tdtx (Results 1 – 1 of 1) sorted by relevance
63 union cvmx_l2c_err_tdtx err_tdtx, err_tdtx_reset; in _octeon_l2c_poll_oct2() local69 err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad)); in _octeon_l2c_poll_oct2()70 if (err_tdtx.s.dbe || err_tdtx.s.sbe || in _octeon_l2c_poll_oct2()71 err_tdtx.s.vdbe || err_tdtx.s.vsbe) in _octeon_l2c_poll_oct2()74 err_tdtx.s.type, err_tdtx.s.syn, err_tdtx.s.wayidx); in _octeon_l2c_poll_oct2()76 if (err_tdtx.s.dbe) { in _octeon_l2c_poll_oct2()82 if (err_tdtx.s.sbe) { in _octeon_l2c_poll_oct2()88 if (err_tdtx.s.vdbe) { in _octeon_l2c_poll_oct2()94 if (err_tdtx.s.vsbe) { in _octeon_l2c_poll_oct2()