Searched defs:txDesc (Results 1 – 9 of 9) sorted by relevance
2095 void ENET_SetupTxDescriptor(enet_tx_bd_struct_t *txDesc, in ENET_SetupTxDescriptor()2154 static void ENET_ConfigTxDescriptor(enet_tx_bd_struct_t *txDesc, enet_tx_bd_config_struct_t *config) in ENET_ConfigTxDescriptor()2207 enet_tx_bd_struct_t *txDesc = txBdRing->txBdBase + txBdRing->txConsumIdx; in ENET_ReclaimTxDescriptor() local2288 enet_tx_bd_struct_t *txDesc; in ENET_SendFrame() local
1084 static inline bool ENET_IsTxDescriptorDmaOwn(enet_tx_bd_struct_t *txDesc) in ENET_IsTxDescriptorDmaOwn()
1973 void ENET_SetupTxDescriptor(enet_tx_bd_struct_t *txDesc, in ENET_SetupTxDescriptor()2032 static void ENET_ConfigTxDescriptor(enet_tx_bd_struct_t *txDesc, enet_tx_bd_config_struct_t *config) in ENET_ConfigTxDescriptor()2085 enet_tx_bd_struct_t *txDesc = txBdRing->txBdBase + txBdRing->txConsumIdx; in ENET_ReclaimTxDescriptor() local2166 enet_tx_bd_struct_t *txDesc; in ENET_SendFrame() local
999 static inline bool ENET_IsTxDescriptorDmaOwn(enet_tx_bd_struct_t *txDesc) in ENET_IsTxDescriptorDmaOwn()
2559 void ENET_QOS_SetupTxDescriptor(enet_qos_tx_bd_struct_t *txDesc, in ENET_QOS_SetupTxDescriptor()2625 static void ENET_QOS_ConfigTxDescriptor(enet_qos_tx_bd_struct_t *txDesc, enet_qos_tx_bd_config_stru… in ENET_QOS_ConfigTxDescriptor()2684 enet_qos_tx_bd_struct_t *txDesc = &txBdRing->txBdBase[txBdRing->txConsumIdx]; in ENET_QOS_ReclaimTxDescriptor() local2779 enet_qos_tx_bd_struct_t *txDesc; in ENET_QOS_SendFrame() local
1297 static inline bool ENET_QOS_IsTxDescriptorDmaOwn(enet_qos_tx_bd_struct_t *txDesc) in ENET_QOS_IsTxDescriptorDmaOwn()
747 netc_tx_bd_t *txDesc, in EP_SendFrameCommon()885 netc_tx_bd_t txDesc[2] = {0}; in EP_SendFrame() local939 netc_tx_bd_t *txDesc; in EP_ReclaimTxDescCommon() local
703 netc_tx_bd_t txDesc[2] = {0}; in SWT_SendFrame() local
2441 static inline void ENET_PrepareTxDesc(volatile enet_tx_bd_struct_t *txDesc, enet_tx_config_struct_t… in ENET_PrepareTxDesc()