Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c1700 tdPhyCount_t *PhyBlob = agNULL; in ostiGetPhyProfileIOCTLRsp() local
1706 PhyBlob = (tdPhyCount_t*)&agIOCTLPayload->FunctionSpecificArea[0]; in ostiGetPhyProfileIOCTLRsp()
1707 if(PhyBlob) in ostiGetPhyProfileIOCTLRsp()
1710 if(PhyBlob->phyResetProblem == 0 ) in ostiGetPhyProfileIOCTLRsp()
1712 PhyBlob->phyResetProblem = -1; in ostiGetPhyProfileIOCTLRsp()
1714 TI_DBG1(("ostiGetPhyProfileIOCTLRsp: PhyBlob->Phy 0x%x\n",PhyBlob->Phy)); in ostiGetPhyProfileIOCTLRsp()
1715 … TI_DBG1(("ostiGetPhyProfileIOCTLRsp: PhyBlob->BW_rx 0x%x\n",PhyBlob->BW_rx)); in ostiGetPhyProfileIOCTLRsp()
1716 … TI_DBG1(("ostiGetPhyProfileIOCTLRsp: PhyBlob->BW_tx 0x%x\n",PhyBlob->BW_tx)); in ostiGetPhyProfileIOCTLRsp()
1717 …TI_DBG1(("ostiGetPhyProfileIOCTLRsp: PhyBlob->InvalidDword 0x%x\n",PhyBlob->InvalidDword)… in ostiGetPhyProfileIOCTLRsp()
1718 …TI_DBG1(("ostiGetPhyProfileIOCTLRsp: PhyBlob->runningDisparityError 0x%x\n",PhyBlob->runningDispar… in ostiGetPhyProfileIOCTLRsp()
[all …]
H A Dossacmnapi.c5726 tdPhyCount_t *PhyBlob = agNULL; in ossaGetPhyProfileCB() local
5746 if(PhyBlob !=agNULL ) in ossaGetPhyProfileCB()
5748 PhyBlob->InvalidDword = 0; in ossaGetPhyProfileCB()
5749 PhyBlob->runningDisparityError = 0; in ossaGetPhyProfileCB()
5750 PhyBlob->codeViolation = 0; in ossaGetPhyProfileCB()
5751 PhyBlob->phyResetProblem = 0; in ossaGetPhyProfileCB()
5752 PhyBlob->inboundCRCError = 0; in ossaGetPhyProfileCB()
5753 PhyBlob->BW_rx = agBWCounters->RXBWCounter; in ossaGetPhyProfileCB()
5754 PhyBlob->BW_tx = agBWCounters->TXBWCounter; in ossaGetPhyProfileCB()
5763 PhyBlob = (tdPhyCount_t *)tdsaAllShared->tdFWControlEx.usrAddr; in ossaGetPhyProfileCB()
[all …]