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

/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c1701 tdPhyCount_t *PhyBlob = agNULL; local
1707 PhyBlob = (tdPhyCount_t*)&agIOCTLPayload->FunctionSpecificArea[0];
1708 if(PhyBlob)
1710 // PhyBlob->Phy |= 0x800;
1711 if(PhyBlob->phyResetProblem == 0 )
1713 PhyBlob->phyResetProblem = -1;
1715 TI_DBG1(("ostiGetPhyProfileIOCTLRsp: PhyBlob->Phy 0x%x\n",PhyBlob->Phy));
1716 TI_DBG1(("ostiGetPhyProfileIOCTLRsp: PhyBlob->BW_rx 0x%x\n",PhyBlob
2957 tdPhyCount_t *PhyBlob = (tdPhyCount_t*)&agIOCTLPayload->FunctionSpecificArea[0]; local
[all...]
H A Dossacmnapi.c5727 tdPhyCount_t *PhyBlob = agNULL; local
5736 PhyBlob = (tdPhyCount_t *)tdsaAllShared->tdFWControlEx.usrAddr;
5747 if(PhyBlob !=agNULL )
5749 PhyBlob->InvalidDword = 0;
5750 PhyBlob->runningDisparityError = 0;
5751 PhyBlob->codeViolation = 0;
5752 PhyBlob->phyResetProblem = 0;
5753 PhyBlob->inboundCRCError = 0;
5754 PhyBlob->BW_rx = agBWCounters->RXBWCounter;
5755 PhyBlob
[all...]

Completed in 48 milliseconds