Searched refs:err_tdtx (Results 1 – 1 of 1) sorted by relevance
62 union cvmx_l2c_err_tdtx err_tdtx, err_tdtx_reset; in _octeon_l2c_poll_oct2() local68 err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad)); in _octeon_l2c_poll_oct2()69 if (err_tdtx.s.dbe || err_tdtx.s.sbe || in _octeon_l2c_poll_oct2()70 err_tdtx.s.vdbe || err_tdtx.s.vsbe) in _octeon_l2c_poll_oct2()73 err_tdtx.s.type, err_tdtx.s.syn, err_tdtx.s.wayidx); in _octeon_l2c_poll_oct2()75 if (err_tdtx.s.dbe) { in _octeon_l2c_poll_oct2()81 if (err_tdtx.s.sbe) { in _octeon_l2c_poll_oct2()87 if (err_tdtx.s.vdbe) { in _octeon_l2c_poll_oct2()93 if (err_tdtx.s.vsbe) { in _octeon_l2c_poll_oct2()