Searched refs:QueueOpMode (Results 1 – 3 of 3) sorted by relevance
777 (mtlconf->RxQ[0]).QueueOpMode = READ_BIT(heth->Instance->MACRXQC0R, in HAL_ETHEx_GetMTLConfig()780 (mtlconf->RxQ[1]).QueueOpMode = READ_BIT(heth->Instance->MACRXQC0R, in HAL_ETHEx_GetMTLConfig()811 …(mtlconf->TxQ[queue]).QueueOpMode = READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLTXQOMR, ETH_MTLTX… in HAL_ETHEx_GetMTLConfig()972 mtlregval = ((mtlconf->TxQ[queue]).QueueOpMode) | in ETHEx_SetMTLConfig()981 mtlregval = (((mtlconf->RxQ[0]).QueueOpMode) | in ETHEx_SetMTLConfig()982 ((mtlconf->RxQ[1]).QueueOpMode)); in ETHEx_SetMTLConfig()
3126 mtlDefaultConf.RxQ[0].QueueOpMode = ETH_RX_QUEUE0_ENABLED; in ETH_MACDMAConfig()3127 mtlDefaultConf.RxQ[1].QueueOpMode = ETH_RX_QUEUE1_ENABLED; in ETH_MACDMAConfig()3141 mtlDefaultConf.TxQ[queue].QueueOpMode = ETH_TX_QUEUE_ENABLED; in ETH_MACDMAConfig()
157 …uint32_t QueueOpMode; /*!< Queue Disabled, Enabled or AV Mode. */ member174 …uint32_t QueueOpMode; /*!< Queue Disabled, Enabled or AV Mode. */ member