Searched refs:controlStat (Results 1 – 2 of 2) sorted by relevance
629 txbdPtr->controlStat = 0; in ENET_QOS_TxDescriptorsInit()1063 txbdPtr->controlStat = 0; in ENET_QOS_Down()2605 txDesc->controlStat = control; in ENET_QOS_SetupTxDescriptor()2663 txDesc->controlStat = control; in ENET_QOS_ConfigTxDescriptor()2689 control = txDesc->controlStat; in ENET_QOS_ReclaimTxDescriptor()2741 control = txDesc->controlStat; in ENET_QOS_ReclaimTxDescriptor()
445 __IO uint32_t controlStat; /*!< TDES control and status word */ member1299 return ((txDesc->controlStat & ENET_QOS_TXDESCRIP_RD_OWN_MASK) != 0U) ? true : false; in ENET_QOS_IsTxDescriptorDmaOwn()