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()
2956 tdPhyCount_t *PhyBlob = (tdPhyCount_t*)&agIOCTLPayload->FunctionSpecificArea[0]; in tdsaPhyProfileIoctl() local
2985 …retcode = saLocalPhyControl(agRoot,agNULL,0 ,PhyBlob->Phy ,agIOCTLPayload->MinorFunction , agNULL); in tdsaPhyProfileIoctl()
[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()
5769 if(PhyBlob !=agNULL ) in ossaGetPhyProfileCB()
5778 PhyBlob->BW_rx = 0; in ossaGetPhyProfileCB()
[all …]