Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c766 uint32_t queue; in HAL_ETHEx_GetMTLConfig() local
788 for (queue = 0; queue < ETH_MTL_RX_Q_CNT; queue++) in HAL_ETHEx_GetMTLConfig()
790 (mtlconf->RxQ[queue]).RxQueueSize = READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLRXQOMR, in HAL_ETHEx_GetMTLConfig()
793 …(mtlconf->RxQ[queue]).ReceiveQueueMode = READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLRXQOMR, (ETH… in HAL_ETHEx_GetMTLConfig()
795 …(mtlconf->RxQ[queue]).ForwardRxUndersizedGoodPacket = ((READ_BIT(heth->Instance->MTL_QUEUE[queue].… in HAL_ETHEx_GetMTLConfig()
797 …(mtlconf->RxQ[queue]).ForwardRxErrorPacket = ((READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLRXQOMR, in HAL_ETHEx_GetMTLConfig()
799 …(mtlconf->RxQ[queue]).DropTCPIPChecksumErrorPacket = ((READ_BIT(heth->Instance->MTL_QUEUE[queue].M… in HAL_ETHEx_GetMTLConfig()
804 for (queue = 0; queue < ETH_MTL_TX_Q_CNT; queue++) in HAL_ETHEx_GetMTLConfig()
806 (mtlconf->TxQ[queue]).TxQueueSize = READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLTXQOMR, in HAL_ETHEx_GetMTLConfig()
809 …(mtlconf->TxQ[queue]).TransmitQueueMode = READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLTXQOMR, (ET… in HAL_ETHEx_GetMTLConfig()
[all …]
Dstm32n6xx_hal_eth.c3063 uint32_t queue; in ETH_MACDMAConfig() local
3130 for (queue = 0; queue < ETH_MTL_RX_Q_CNT; queue++) in ETH_MACDMAConfig()
3133 mtlDefaultConf.RxQ[queue].DropTCPIPChecksumErrorPacket = ENABLE; in ETH_MACDMAConfig()
3134 mtlDefaultConf.RxQ[queue].ForwardRxErrorPacket = DISABLE; in ETH_MACDMAConfig()
3135 mtlDefaultConf.RxQ[queue].ForwardRxUndersizedGoodPacket = DISABLE; in ETH_MACDMAConfig()
3136 mtlDefaultConf.RxQ[queue].ReceiveQueueMode = ETH_RECEIVESTOREFORWARD; in ETH_MACDMAConfig()
3137 mtlDefaultConf.RxQ[queue].RxQueueSize = ETH_RECEIVE_QUEUE_SIZE_4096; in ETH_MACDMAConfig()
3140 mtlDefaultConf.TxQ[queue].TransmitQueueMode = ETH_TRANSMITSTOREFORWARD; in ETH_MACDMAConfig()
3141 mtlDefaultConf.TxQ[queue].QueueOpMode = ETH_TX_QUEUE_ENABLED; in ETH_MACDMAConfig()
3142 mtlDefaultConf.TxQ[queue].TxQueueSize = ETH_TRANSMIT_QUEUE_SIZE_2048; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h682 …sTypeDef HAL_ETHEx_SetUserTagPriorityQueue(ETH_HandleTypeDef *heth, uint32_t psrq, uint32_t queue);
684 uint32_t queue);