Searched refs:xPHYProperties (Results 1 – 5 of 5) sorted by relevance
180 const PhyProperties_t xPHYProperties = variable659 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvPHYInit()670 …if( ( xPHYProperties.ucDuplex == PHY_DUPLEX_AUTO ) && ( xPHYProperties.ucSpeed == PHY_SPEED_AUTO )… in prvPHYLinkReset()682 xPhyObject.xPhyPreferences.ucDuplex = xPHYProperties.ucDuplex; in prvPHYLinkReset()683 xPhyObject.xPhyPreferences.ucSpeed = xPHYProperties.ucSpeed; in prvPHYLinkReset()684 xPhyObject.xPhyPreferences.ucMDI_X = xPHYProperties.ucMDI_X; in prvPHYLinkReset()688 prvGMACEnableFullDuplex( xPHYProperties.ucDuplex == PHY_DUPLEX_FULL ); in prvPHYLinkReset()689 prvGMACEnable100Mbps( xPHYProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
238 const PhyProperties_t xPHYProperties = variable747 xPhyConfigure( &xPhyObject, &xPHYProperties ); in prvGMACInit()876 if( xPHYProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()887 if( xPHYProperties.ucSpeed == PHY_SPEED_100 ) in prvEthernetUpdateConfig()
142 const PhyProperties_t xPHYProperties = variable774 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()
200 const PhyProperties_t xPHYProperties = variable635 xPhyConfigure( &( xPhyObject ), &( xPHYProperties ) ); in prvMACBProbePhy()
314 const PhyProperties_t xPHYProperties = variable1293 xPhyConfigure( &xPhyObject, &xPHYProperties ); in vMACBProbePhy()