Lines Matching defs:errorParam

431   agsaPhyErrCounters_t errorParam;
447 si_memset(&errorParam,0,sizeof(agsaPhyErrCounters_t));
540 si_memset(&errorParam, 0, sizeof(agsaPhyErrCounters_t));
546 ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
550 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
589 ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
593 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
618 errorParam.invalidDword = SPC_READ_INV_DW_COUNT(phyId);
620 errorParam.runningDisparityError = SPC_READ_DISP_ERR_COUNT(phyId);
622 errorParam.lossOfDwordSynch = SPC_READ_LOSS_DW_COUNT(phyId);
624 errorParam.phyResetProblem = SPC_READ_PHY_RESET_COUNT(phyId);
626 errorParam.codeViolation = SPC_READ_CODE_VIO_COUNT(phyId);
628 errorParam.elasticityBufferOverflow = 0;
629 errorParam.receivedErrorPrimitive = 0;
630 errorParam.inboundCRCError = 0;
656 ossaLocalPhyControlCB(agRoot, agContext, copyPhyId, phyOperation, OSSA_SUCCESS, (void *)&errorParam);
660 agCB(agRoot, agContext, copyPhyId, phyOperation, OSSA_SUCCESS, (void *)&errorParam);
667 ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
671 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
689 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t));
694 ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
698 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
735 ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
739 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
796 ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
800 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam);
834 agsaPhyErrCountersPage_t errorParam;
870 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t));
873 ossaGetPhyProfileCB(agRoot, agContext, phyId, ppc, OSSA_FAILURE, (void *)&errorParam);