Searched refs:xPHYProperties (Results 1 – 5 of 5) sorted by relevance
169 const PhyProperties_t xPHYProperties = variable515 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvPHYInit()526 …if( ( xPHYProperties.ucDuplex == PHY_DUPLEX_AUTO ) && ( xPHYProperties.ucSpeed == PHY_SPEED_AUTO )… in prvPHYLinkReset()538 xPhyObject.xPhyPreferences.ucDuplex = xPHYProperties.ucDuplex; in prvPHYLinkReset()539 xPhyObject.xPhyPreferences.ucSpeed = xPHYProperties.ucSpeed; in prvPHYLinkReset()540 xPhyObject.xPhyPreferences.ucMDI_X = xPHYProperties.ucMDI_X; in prvPHYLinkReset()544 prvGMACEnableFullDuplex( xPHYProperties.ucDuplex == PHY_DUPLEX_FULL ); in prvPHYLinkReset()545 prvGMACEnable100Mbps( xPHYProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
217 const PhyProperties_t xPHYProperties = variable601 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvGMACInit()687 if( xPHYProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()698 if( xPHYProperties.ucSpeed == PHY_SPEED_100 ) in prvEthernetUpdateConfig()
179 const PhyProperties_t xPHYProperties = variable450 xPhyConfigure( &( xPhyObject ), &( xPHYProperties ) ); in prvMACBProbePhy()
142 const PhyProperties_t xPHYProperties = variable774 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()
283 const PhyProperties_t xPHYProperties = variable1127 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()