Searched refs:xMacInterruptStatus (Results 1 – 1 of 1) sorted by relevance
127 static volatile eMAC_INTERRUPT_STATUS_TYPE xMacInterruptStatus = eMACInterruptNone; variable535 xMacInterruptStatus |= eMACInterruptTx; in freertos_tcp_ethernet_int()541 xMacInterruptStatus |= eMACInterruptRx; in freertos_tcp_ethernet_int()545 if( ( 0 != xMacInterruptStatus ) && ( NULL != _deferred_task_handle ) ) in freertos_tcp_ethernet_int()742 if( eMACInterruptTx == ( xMacInterruptStatus & eMACInterruptTx ) ) in _deferred_task()744 xMacInterruptStatus &= ~( eMACInterruptTx ); in _deferred_task()749 if( eMACInterruptRx == ( xMacInterruptStatus & eMACInterruptRx ) ) in _deferred_task()751 xMacInterruptStatus &= ~( eMACInterruptRx ); in _deferred_task()