Searched refs:sriomaintx_port_0_err_stat (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-srio.c268 cvmx_sriomaintx_port_0_err_stat_t sriomaintx_port_0_err_stat; local
282 &sriomaintx_port_0_err_stat.u32))
286 if (!sriomaintx_port_0_err_stat.s.pt_ok)
H A Dcvmx-srio.c805 cvmx_sriomaintx_port_0_err_stat_t sriomaintx_port_0_err_stat;
816 if (__cvmx_srio_local_read32(srio_port, CVMX_SRIOMAINTX_PORT_0_ERR_STAT(srio_port), &sriomaintx_port_0_err_stat.u32))
818 } while (!sriomaintx_port_0_err_stat.s.pt_ok && (cvmx_clock_get_count(CVMX_CLOCK_CORE) < stop_cycle));
821 if (sriomaintx_port_0_err_stat.s.pt_ok)

Completed in 62 milliseconds