Searched full:bool (Results 1 – 11 of 11) sorted by relevance
152 static inline void prvGMACEnablePHYManagementPort( bool enable );155 static inline void prvGMACEnable100Mbps( bool enable );156 static inline void prvGMACEnableFullDuplex( bool enable );178 static inline bool bPHYGetLinkStatus( void );467 static inline void prvGMACEnablePHYManagementPort( bool enable ) in prvGMACEnablePHYManagementPort()479 static inline void prvGMACEnable100Mbps( bool enable ) in prvGMACEnable100Mbps()491 static inline void prvGMACEnableFullDuplex( bool enable ) in prvGMACEnableFullDuplex()571 static inline bool bPHYGetLinkStatus( void ) in bPHYGetLinkStatus()
100 static bool macLinkStatus; /* true if link is ON */105 static bool StartInitMac( void );110 static bool MacSyncFunction( void * synchHandle,320 static bool StartInitMac( void ) in StartInitMac()536 static bool MacSyncFunction( void * synchHandle, in MacSyncFunction()617 … bool linkCurr = ( macObject->TCPIP_MAC_LinkCheck )( macCliHandle ); /* check link status */ in MacHandlerTask()702 bool pktSuccess, pktLost; in MacProcessRxPacket()872 bool linkUp = FreeRTOS_IsNetworkUp() == pdTRUE; in _Command_NetInfo()
140 bool pktSuccess, pktLost; in xNetworkFrameReceived()
106 static bool PIC32_MacPacketAcknowledge( TCPIP_MAC_PACKET * pPkt,171 static bool PIC32_MacPacketAcknowledge( TCPIP_MAC_PACKET * pPkt, in PIC32_MacPacketAcknowledge()
20 bool: UINT8
27 #define GET_BIT( WORD, BIT_INDEX ) ( bool ) ( ( ( WORD ) & ( 1U << ( BIT_INDEX ) ) ) )1092 bool is_new_packet, in smsc9220_send_by_chunks()1098 bool is_first_segment = false; in smsc9220_send_by_chunks()1099 bool is_last_segment = false; in smsc9220_send_by_chunks()
499 bool is_new_packet,
103 extern bool mlan_is_amsdu( const t_u8 * rcvdata );
70 bool
108 bool g_linkStatus = false;
367 xLinkStatusUp = ( bool ) ( ulPHYBasicStatusValue & in xGetPhyLinkStatus()