Lines Matching refs:io7

801 	struct io7 *io7;  in marvel_find_io7_with_error()  local
815 for (io7 = NULL; NULL != (io7 = marvel_next_io7(io7)); ) { in marvel_find_io7_with_error()
818 err_sum |= io7->csrs->PO7_ERROR_SUM.csr; in marvel_find_io7_with_error()
820 if (!io7->ports[i].enabled) in marvel_find_io7_with_error()
822 err_sum |= io7->ports[i].csrs->POx_ERR_SUM.csr; in marvel_find_io7_with_error()
835 if (!io7) in marvel_find_io7_with_error()
843 io->io_asic_rev = io7->csrs->IO_ASIC_REV.csr; in marvel_find_io7_with_error()
844 io->io_sys_rev = io7->csrs->IO_SYS_REV.csr; in marvel_find_io7_with_error()
845 io->io7_uph = io7->csrs->IO7_UPH.csr; in marvel_find_io7_with_error()
846 io->hpi_ctl = io7->csrs->HPI_CTL.csr; in marvel_find_io7_with_error()
847 io->crd_ctl = io7->csrs->CRD_CTL.csr; in marvel_find_io7_with_error()
848 io->hei_ctl = io7->csrs->HEI_CTL.csr; in marvel_find_io7_with_error()
849 io->po7_error_sum = io7->csrs->PO7_ERROR_SUM.csr; in marvel_find_io7_with_error()
850 io->po7_uncrr_sym = io7->csrs->PO7_UNCRR_SYM.csr; in marvel_find_io7_with_error()
851 io->po7_crrct_sym = io7->csrs->PO7_CRRCT_SYM.csr; in marvel_find_io7_with_error()
852 io->po7_ugbge_sym = io7->csrs->PO7_UGBGE_SYM.csr; in marvel_find_io7_with_error()
853 io->po7_err_pkt0 = io7->csrs->PO7_ERR_PKT[0].csr; in marvel_find_io7_with_error()
854 io->po7_err_pkt1 = io7->csrs->PO7_ERR_PKT[1].csr; in marvel_find_io7_with_error()
857 io7_ioport_csrs *csrs = io7->ports[i].csrs; in marvel_find_io7_with_error()
859 if (!io7->ports[i].enabled) in marvel_find_io7_with_error()
890 io7->csrs->PO7_ERROR_SUM.csr = io->po7_error_sum; in marvel_find_io7_with_error()
892 io7->csrs->PO7_ERROR_SUM.csr; in marvel_find_io7_with_error()
897 lf_subpackets->io_pid = io7->pe; in marvel_find_io7_with_error()