Lines Matching refs:enable
161 static inline void prvGMACEnablePHYManagementPort( bool enable );
164 static inline void prvGMACEnable100Mbps( bool enable );
165 static inline void prvGMACEnableFullDuplex( bool enable );
167 static inline void prvGMACEnableMulticastHashTable( bool enable );
168 static inline void prvGMACEnableUnicastHashTable( bool enable );
580 static inline void prvGMACEnablePHYManagementPort( bool enable ) in prvGMACEnablePHYManagementPort() argument
582 if( enable ) in prvGMACEnablePHYManagementPort()
592 static inline void prvGMACEnable100Mbps( bool enable ) in prvGMACEnable100Mbps() argument
594 if( enable ) in prvGMACEnable100Mbps()
604 static inline void prvGMACEnableFullDuplex( bool enable ) in prvGMACEnableFullDuplex() argument
606 if( enable ) in prvGMACEnableFullDuplex()
623 static inline void prvGMACEnableMulticastHashTable( bool enable ) in prvGMACEnableMulticastHashTable() argument
625 if( enable ) in prvGMACEnableMulticastHashTable()
635 static inline void prvGMACEnableUnicastHashTable( bool enable ) in prvGMACEnableUnicastHashTable() argument
637 if( enable ) in prvGMACEnableUnicastHashTable()