• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/

Lines Matching refs:agPhyErrCountersPage

823   agsaPhyErrCountersPage_t *agPhyErrCountersPage;
1910 agPhyErrCountersPage = (agsaPhyErrCountersPage_t *)eventParm2;
1921 if (agPhyErrCountersPage != agNULL)
1925 agPhyErrCountersPage->invalidDword,
1926 agPhyErrCountersPage->runningDisparityError,
1927 agPhyErrCountersPage->codeViolation,
1928 agPhyErrCountersPage->lossOfDwordSynch,
1929 agPhyErrCountersPage->phyResetProblem,
1930 agPhyErrCountersPage->inboundCRCError ));
2875 agPhyErrCountersPage = (agsaPhyErrCountersPage_t *)eventParm2;
2885 if (agPhyErrCountersPage != agNULL)
2888 TI_DBG1(("ossaHwCB: invalidDword %d\n", agPhyErrCountersPage->invalidDword));
2922 agPhyErrCountersPage = (agsaPhyErrCountersPage_t *)eventParm2;
2932 if (agPhyErrCountersPage != agNULL)
2935 TI_DBG1(("ossaHwCB: runningDisparityError %d\n", agPhyErrCountersPage->runningDisparityError));
2969 agPhyErrCountersPage = (agsaPhyErrCountersPage_t *)eventParm2;
2979 if (agPhyErrCountersPage != agNULL)
2982 TI_DBG1(("ossaHwCB: codeViolation %d\n", agPhyErrCountersPage->codeViolation));
3016 agPhyErrCountersPage = (agsaPhyErrCountersPage_t *)eventParm2;
3018 if (agPhyErrCountersPage != agNULL)
3021 TI_DBG1(("ossaHwCB: invalidDword %d\n", agPhyErrCountersPage->invalidDword));
3022 TI_DBG1(("ossaHwCB: runningDisparityError %d\n", agPhyErrCountersPage->runningDisparityError));
3023 TI_DBG1(("ossaHwCB: codeViolation %d\n", agPhyErrCountersPage->codeViolation));
3024 TI_DBG1(("ossaHwCB: lostOfDwordSynch %d\n", agPhyErrCountersPage->lossOfDwordSynch));
3025 TI_DBG1(("ossaHwCB: phyResetProblem %d\n", agPhyErrCountersPage->phyResetProblem));
3026 TI_DBG1(("ossaHwCB: inboundCRCError %d\n", agPhyErrCountersPage->inboundCRCError));
3040 agPhyErrCountersPage = (agsaPhyErrCountersPage_t *)eventParm2;
3050 if (agPhyErrCountersPage != agNULL)
3053 TI_DBG1(("ossaHwCB: lostOfDwordSynch %d\n", agPhyErrCountersPage->lossOfDwordSynch));
3087 agPhyErrCountersPage = (agsaPhyErrCountersPage_t *)eventParm2;
3098 if (agPhyErrCountersPage != agNULL)
3101 TI_DBG1(("ossaHwCB: phyResetProblem %d\n", agPhyErrCountersPage->phyResetProblem));