Lines Matching refs:ports
818 if (!io7->ports[i].enabled) in marvel_find_io7_with_error()
820 err_sum |= io7->ports[i].csrs->POx_ERR_SUM.csr; in marvel_find_io7_with_error()
855 io7_ioport_csrs *csrs = io7->ports[i].csrs; in marvel_find_io7_with_error()
857 if (!io7->ports[i].enabled) in marvel_find_io7_with_error()
860 io->ports[i].pox_err_sum = csrs->POx_ERR_SUM.csr; in marvel_find_io7_with_error()
861 io->ports[i].pox_tlb_err = csrs->POx_TLB_ERR.csr; in marvel_find_io7_with_error()
862 io->ports[i].pox_spl_cmplt = csrs->POx_SPL_COMPLT.csr; in marvel_find_io7_with_error()
863 io->ports[i].pox_trans_sum = csrs->POx_TRANS_SUM.csr; in marvel_find_io7_with_error()
864 io->ports[i].pox_first_err = csrs->POx_FIRST_ERR.csr; in marvel_find_io7_with_error()
865 io->ports[i].pox_mult_err = csrs->POx_MULT_ERR.csr; in marvel_find_io7_with_error()
866 io->ports[i].pox_dm_source = csrs->POx_DM_SOURCE.csr; in marvel_find_io7_with_error()
867 io->ports[i].pox_dm_dest = csrs->POx_DM_DEST.csr; in marvel_find_io7_with_error()
868 io->ports[i].pox_dm_size = csrs->POx_DM_SIZE.csr; in marvel_find_io7_with_error()
869 io->ports[i].pox_dm_ctrl = csrs->POx_DM_CTRL.csr; in marvel_find_io7_with_error()
879 csrs->POx_TLB_ERR.csr = io->ports[i].pox_tlb_err; in marvel_find_io7_with_error()
880 csrs->POx_ERR_SUM.csr = io->ports[i].pox_err_sum; in marvel_find_io7_with_error()
933 lf_subpackets->io->ports[0].pox_err_sum | in marvel_process_io_error()
934 lf_subpackets->io->ports[1].pox_err_sum | in marvel_process_io_error()
935 lf_subpackets->io->ports[2].pox_err_sum | in marvel_process_io_error()
936 lf_subpackets->io->ports[3].pox_err_sum) & (1UL << 63))) { in marvel_process_io_error()
987 if (!MARVEL_IO_ERR_VALID(io->ports[i].pox_err_sum)) in marvel_process_io_error()
992 lf_subpackets->io_pid, i, io->ports[i].pox_err_sum); in marvel_process_io_error()
993 marvel_print_pox_err(io->ports[i].pox_err_sum, &io->ports[i]); in marvel_process_io_error()
996 err_print_prefix, io->ports[i].pox_first_err); in marvel_process_io_error()
997 marvel_print_pox_err(io->ports[i].pox_first_err, in marvel_process_io_error()
998 &io->ports[i]); in marvel_process_io_error()