Searched refs:xPhyProperties (Results 1 – 6 of 6) sorted by relevance
66 typedef struct xPhyProperties struct87 PhyProperties_t xPhyProperties; member
737 pxPhyObject->xPhyProperties.ucDuplex = PHY_DUPLEX_FULL; in xPhyStartAutoNegotiation()741 pxPhyObject->xPhyProperties.ucDuplex = PHY_DUPLEX_HALF; in xPhyStartAutoNegotiation()746 pxPhyObject->xPhyProperties.ucSpeed = PHY_SPEED_10; in xPhyStartAutoNegotiation()750 pxPhyObject->xPhyProperties.ucSpeed = PHY_SPEED_100; in xPhyStartAutoNegotiation()
532 prvGMACEnableFullDuplex( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ); in prvPHYLinkReset()533 prvGMACEnable100Mbps( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
470 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()481 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
659 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()670 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
1146 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()1157 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()