Searched refs:stat2 (Results 1 – 6 of 6) sorted by relevance
372 cvmx_pip_stat2_prtx_t stat2; in cvmx_pip_get_port_status() local400 stat2.u64 = cvmx_read_csr(CVMX_PIP_STAT2_X(pknd)); in cvmx_pip_get_port_status()417 stat2.u64 = cvmx_read_csr(CVMX_PIP_XSTAT2_PRTX(port_num)); in cvmx_pip_get_port_status()435 stat2.u64 = cvmx_read_csr(CVMX_PIP_STAT2_PRTX(port_num)); in cvmx_pip_get_port_status()471 status->pci_raw_packets = stat2.s.raw; in cvmx_pip_get_port_status()472 status->packets = stat2.s.pkts; in cvmx_pip_get_port_status()
287 uint64_t stat2 : 1; /**< Bist Results/No Repair (Tx calendar table) member296 uint64_t stat2 : 1;
251 if (spxx_bist_stat.s.stat2) in cvmx_spi_reset_cb()
1547 __be64 stat2; member2040 __be64 stat2; member
4209 while $do_once || [ $stat1 -ne $stat2 ] || [ $stat2 -eq 0 ]; do4212 typeset stat2=$(get_arcstat $stat)4217 echo $stat2
618 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument621 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \627 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \