Searched defs:_enet_qos_handle (Results 1 – 1 of 1) sorted by relevance
661 struct _enet_qos_handle struct663 uint8_t txQueueUse; /*!< Used tx queue count. */664 uint8_t rxQueueUse; /*!< Used rx queue count. */665 …fEnable; /*!< The double buffer is used in the descriptor. */666 bool rxintEnable; /*!< Rx interrupt enabled. */667 …l rxMaintainEnable[ENET_QOS_RING_NUM_MAX]; /*!< Rx buffer cache maintain enabled. */668 enet_qos_rx_bd_ring_t rxBdRing[ENET_QOS_RING_NUM_MAX]; /*!< Receive buffer descriptor. */669 … enet_qos_tx_bd_ring_t txBdRing[ENET_QOS_RING_NUM_MAX]; /*!< Transmit buffer descriptor. */670 …_qos_tx_dirty_ring_t txDirtyRing[ENET_QOS_RING_NUM_MAX]; /*!< Transmit dirty buffers addresses. */671 …xBufferStartAddr[ENET_QOS_RING_NUM_MAX]; /*!< Rx buffer start address for reInitialize. */[all …]