Home
last modified time | relevance | path

Searched refs:tad (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/mips/cavium-octeon/executive/
Dcvmx-l2c.c202 int tad; in cvmx_l2c_config_perf() local
225 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_config_perf()
226 cvmx_write_csr(CVMX_L2C_TADX_PRF(tad), in cvmx_l2c_config_perf()
239 int tad; in cvmx_l2c_read_perf() local
240 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
241 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC0(tad)); in cvmx_l2c_read_perf()
249 int tad; in cvmx_l2c_read_perf() local
250 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
251 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC1(tad)); in cvmx_l2c_read_perf()
259 int tad; in cvmx_l2c_read_perf() local
[all …]
/linux-3.4.99/Documentation/networking/
Dfib_trie.txt54 as the opposite of "empty", which might be a tad confusing.)