• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/

Lines Matching defs:errorParam

1398       agsaPhyErrCountersPage_t errorParam;
1401 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t));
1402 errorParam.inboundCRCError = eventParam;
1405 ossaHwCB(agRoot, agPortContext, OSSA_HW_EVENT_PHY_ERR_INBOUND_CRC, phyId, (void *)&errorParam, agNULL);
1419 agsaPhyErrCountersPage_t errorParam;
1422 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t));
1423 errorParam.invalidDword = eventParam;
1425 ossaHwCB(agRoot, agPortContext, OSSA_HW_EVENT_PHY_ERR_INVALID_DWORD, phyId, (void *)&errorParam, agNULL);
1430 agsaPhyErrCountersPage_t errorParam;
1434 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t));
1435 errorParam.runningDisparityError = eventParam;
1437 ossaHwCB(agRoot, agPortContext, OSSA_HW_EVENT_PHY_ERR_DISPARITY_ERROR, phyId, (void *)&errorParam, agNULL);
1442 agsaPhyErrCountersPage_t errorParam;
1446 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t));
1447 errorParam.codeViolation = eventParam;
1449 ossaHwCB(agRoot, agPortContext, OSSA_HW_EVENT_PHY_ERR_CODE_VIOLATION, phyId, (void *)&errorParam, agNULL);
1454 agsaPhyErrCountersPage_t errorParam;
1458 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t));
1459 errorParam.lossOfDwordSynch = eventParam;
1461 ossaHwCB(agRoot, agPortContext, OSSA_HW_EVENT_PHY_ERR_LOSS_OF_DWORD_SYNCH, phyId, (void *)&errorParam, agNULL);
1676 agsaPhyErrCountersPage_t errorParam;
1680 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t));
1681 errorParam.phyResetProblem = eventParam;
1683 ossaHwCB(agRoot, agPortContext, OSSA_HW_EVENT_PHY_ERR_PHY_RESET_FAILED, phyId, (void *)&errorParam, agNULL);