Lines Matching refs:xPhyObject
177 static EthernetPhy_t xPhyObject; variable
312 if( xPhyObject.ulLinkStatusMask != 0uL ) in xNetworkInterfaceInitialise()
332 if( xPhyObject.ulLinkStatusMask != 0U ) in xGetPhyLinkStatus()
444 vPhyInitialise( &( xPhyObject ), in prvMACBProbePhy()
448 xPhyDiscover( &( xPhyObject ) ); in prvMACBProbePhy()
450 xPhyConfigure( &( xPhyObject ), &( xPHYProperties ) ); in prvMACBProbePhy()
460 xPhyObject.ulLinkStatusMask, in prvEthernetUpdateConfig()
463 if( ( xForce != pdFALSE ) || ( xPhyObject.ulLinkStatusMask != 0 ) ) in prvEthernetUpdateConfig()
466 xPhyStartAutoNegotiation( &xPhyObject, xPhyGetMask( &( xPhyObject ) ) ); in prvEthernetUpdateConfig()
470 if( xPhyObject.xPhyProperties.ucDuplex == PHY_DUPLEX_FULL ) in prvEthernetUpdateConfig()
481 if( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_10 ) in prvEthernetUpdateConfig()
923 if( xPhyCheckLinkStatus( &xPhyObject, xResult ) != pdFALSE ) in prvEMACHandlerTask()