Home
last modified time | relevance | path

Searched refs:errorParam (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c430 agsaPhyErrCounters_t errorParam; in saLocalPhyControl() local
446 si_memset(&errorParam,0,sizeof(agsaPhyErrCounters_t)); in saLocalPhyControl()
539 si_memset(&errorParam, 0, sizeof(agsaPhyErrCounters_t)); in saLocalPhyControl()
545 … ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
549 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
588 … ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
592 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
617 errorParam.invalidDword = SPC_READ_INV_DW_COUNT(phyId); in saLocalPhyControl()
619 errorParam.runningDisparityError = SPC_READ_DISP_ERR_COUNT(phyId); in saLocalPhyControl()
621 errorParam.lossOfDwordSynch = SPC_READ_LOSS_DW_COUNT(phyId); in saLocalPhyControl()
[all …]
H A Dsampirsp.c1394 agsaPhyErrCountersPage_t errorParam; in mpiHWevent() local
1397 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t)); in mpiHWevent()
1398 errorParam.inboundCRCError = eventParam; in mpiHWevent()
1401 …ossaHwCB(agRoot, agPortContext, OSSA_HW_EVENT_PHY_ERR_INBOUND_CRC, phyId, (void *)&errorParam, agN… in mpiHWevent()
1415 agsaPhyErrCountersPage_t errorParam; in mpiHWevent() local
1418 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t)); in mpiHWevent()
1419 errorParam.invalidDword = eventParam; in mpiHWevent()
1421 …CB(agRoot, agPortContext, OSSA_HW_EVENT_PHY_ERR_INVALID_DWORD, phyId, (void *)&errorParam, agNULL); in mpiHWevent()
1426 agsaPhyErrCountersPage_t errorParam; in mpiHWevent() local
1430 si_memset(&errorParam, 0, sizeof(agsaPhyErrCountersPage_t)); in mpiHWevent()
[all …]