Searched refs:tad (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | octeon_edac-l2c.c | 60 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) in _octeon_l2c_poll_oct2() argument 68 err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad)); in _octeon_l2c_poll_oct2() 79 edac_device_handle_ue(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 85 edac_device_handle_ce(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 91 edac_device_handle_ue(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 97 edac_device_handle_ce(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 100 cvmx_write_csr(CVMX_L2C_ERR_TDTX(tad), err_tdtx_reset.u64); in _octeon_l2c_poll_oct2() 103 err_ttgx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TTGX(tad)); in _octeon_l2c_poll_oct2() 114 edac_device_handle_ue(l2c, tad, 0, buf2); in _octeon_l2c_poll_oct2() 120 edac_device_handle_ce(l2c, tad, 0, buf2); in _octeon_l2c_poll_oct2() [all …]
|
H A D | thunderx_edac.c | 1763 struct thunderx_l2c *tad = container_of(msix, struct thunderx_l2c, in thunderx_l2c_tad_isr() local 1766 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr() 1767 struct l2c_err_ctx *ctx = &tad->err_ctx[head]; in thunderx_l2c_tad_isr() 1769 ctx->reg_int = readq(tad->regs + L2C_TAD_INT_W1C); in thunderx_l2c_tad_isr() 1773 ctx->reg_ext = readq(tad->regs + L2C_TAD_TQD_ERR); in thunderx_l2c_tad_isr() 1776 ctx->reg_ext = readq(tad->regs + L2C_TAD_TTG_ERR); in thunderx_l2c_tad_isr() 1779 ctx->reg_ext = readq(tad->regs + L2C_TAD_TIMEOUT); in thunderx_l2c_tad_isr() 1782 ctx->reg_ext = readq(tad->regs + L2C_TAD_ERR); in thunderx_l2c_tad_isr() 1785 writeq(ctx->reg_int, tad->regs + L2C_TAD_INT_W1C); in thunderx_l2c_tad_isr() 1787 tad->ring_head++; in thunderx_l2c_tad_isr()
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-l2c.c | 204 int tad; in cvmx_l2c_config_perf() local 227 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_config_perf() 228 cvmx_write_csr(CVMX_L2C_TADX_PRF(tad), in cvmx_l2c_config_perf() 241 int tad; in cvmx_l2c_read_perf() local 243 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf() 244 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC0(tad)); in cvmx_l2c_read_perf() 252 int tad; in cvmx_l2c_read_perf() local 254 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf() 255 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC1(tad)); in cvmx_l2c_read_perf() 263 int tad; in cvmx_l2c_read_perf() local [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa_cmd.h | 366 #define GET_TYPE(tad) ((tad) & 0x07) argument 367 #define GET_ATTR(tad) (((tad) >> 3) & 0x07) argument 368 #define GET_DIR(tad) (((tad) >> 6) & 0x03) argument
|
/openbmc/linux/Documentation/networking/ |
H A D | fib_trie.rst | 58 as the opposite of "empty", which might be a tad confusing.)
|