Searched refs:txReclaimEnable (Results 1 – 2 of 2) sorted by relevance
1896 else if ((handle->txReclaimEnable[ringId]) && !ENET_TxDirtyRingAvailable(txDirtyRing)) in ENET_SendFrame()1938 if (handle->txReclaimEnable[ringId]) in ENET_SendFrame()2005 if (handle->txReclaimEnable[ringId]) in ENET_SendFrame()2029 if (handle->txReclaimEnable[ringId]) in ENET_SendFrame()2089 handle->txReclaimEnable[ringId] = true; in ENET_SetTxReclaim()2094 handle->txReclaimEnable[ringId] = false; in ENET_SetTxReclaim()2497 assert(handle->txReclaimEnable[ringId]); in ENET_StartTxFrame()3120 if (handle->txReclaimEnable[index] && (0U != (irq & (uint32_t)kENET_TxFrameInterrupt))) in ENET_TransmitIRQHandler()
708 bool txReclaimEnable[FSL_FEATURE_ENET_QUEUE]; /*!< Tx reclaim enable flag.*/ member