Home
last modified time | relevance | path

Searched refs:enet_qos_tx_bd_struct_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h446 } enet_qos_tx_bd_struct_t; typedef
555enet_qos_tx_bd_struct_t *txDescStartAddrAlign; /*!< Aligned transmit descriptor start address. */
556 enet_qos_tx_bd_struct_t *txDescTailAddrAlign; /*!< Aligned transmit descriptor tail address. */
644 enet_qos_tx_bd_struct_t *txBdBase; /*!< Buffer descriptor base address pointer. */
1297 static inline bool ENET_QOS_IsTxDescriptorDmaOwn(enet_qos_tx_bd_struct_t *txDesc) in ENET_QOS_IsTxDescriptorDmaOwn()
1324 void ENET_QOS_SetupTxDescriptor(enet_qos_tx_bd_struct_t *txDesc,
Dfsl_enet_qos.c594 enet_qos_tx_bd_struct_t *txbdPtr; in ENET_QOS_TxDescriptorsInit()
623 txbdPtr = (enet_qos_tx_bd_struct_t *)(buffCfg->txDescStartAddrAlign); in ENET_QOS_TxDescriptorsInit()
998 enet_qos_tx_bd_struct_t *txbdPtr; in ENET_QOS_Down()
1057 txbdPtr = (enet_qos_tx_bd_struct_t *)(handle->txBdRing[index].txBdBase); in ENET_QOS_Down()
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()
2779 enet_qos_tx_bd_struct_t *txDesc; in ENET_QOS_SendFrame()