Lines Matching refs:pxPhyProperties
339 const PhyProperties_t * pxPhyProperties ) in xPhyConfigure() argument
355 …if( ( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_AUTO ) && ( pxPhyProperties->ucDuplex == (… in xPhyConfigure()
365 if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_AUTO ) in xPhyConfigure()
367 if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_FULL ) in xPhyConfigure()
376 else if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_AUTO ) in xPhyConfigure()
378 if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_10 ) in xPhyConfigure()
387 else if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_100 ) in xPhyConfigure()
389 if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_FULL ) in xPhyConfigure()
400 if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_FULL ) in xPhyConfigure()
444 …if( ( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_100 ) || ( pxPhyProperties->ucSpeed == ( u… in xPhyConfigure()
448 else if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_10 ) in xPhyConfigure()
453 …if( ( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_FULL ) || ( pxPhyProperties->ucDuplex ==… in xPhyConfigure()
457 else if( pxPhyProperties->ucDuplex == ( uint8_t ) PHY_DUPLEX_HALF ) in xPhyConfigure()
471 if( pxPhyProperties->ucMDI_X == PHY_MDIX_AUTO ) in xPhyConfigure()
475 else if( pxPhyProperties->ucMDI_X == PHY_MDIX_CROSSED ) in xPhyConfigure()