Searched refs:rxRingUse (Results 1 – 6 of 6) sorted by relevance
77 if ((psConfig->txRingUse > txLeftBdr) || (psConfig->rxRingUse > rxLeftBdr)) in NETC_EnetcConfigureSI()93 NETC_ENETC_PSICFGR0_NUM_RX_BDR(psConfig->rxRingUse + 1U); in NETC_EnetcConfigureSI()102 NETC_ENETC_PSICFGR0_NUM_RX_BDR(psConfig->rxRingUse); in NETC_EnetcConfigureSI()
56 netc_hw_enetc_si_config_t vsi0Config = { .txRingUse = 3U, .rxRingUse = 3U}; in NETC_SocPreInitVsi()57 netc_hw_enetc_si_config_t vsi1Config = { .txRingUse = 4U, .rxRingUse = 4U}; in NETC_SocPreInitVsi()
53 handle->cfg.rxRingUse = config->siConfig.rxRingUse; in EP_StoreConfig()81 for (ring = 0U; ring < handle->cfg.rxRingUse; ring++) in EP_RxBufferFreeAll()116 for (ring = 0U; ring < config->siConfig.rxRingUse; ring++) in EP_RxBufferAllocAll()206 for (ring = 0; ring < config->siConfig.rxRingUse; ring++) in EP_DescriptorInit()226 for (ring = 0; ring < config->siConfig.rxRingUse; ring++) in EP_DescriptorInit()249 …ig->siConfig.ringPerBdrGroup * epConfig->siConfig.rxBdrGroupNum) > epConfig->siConfig.rxRingUse) || in EP_SISetup()1116 if (ring >= handle->cfg.rxRingUse) in EP_GetRxFrameSize()1303 if (ring >= handle->cfg.rxRingUse) in EP_ReceiveFrameCopy()1413 if (ring >= handle->cfg.rxRingUse) in EP_ReceiveFrame()
294 …uint32_t rxRingUse : 7; /*!< Number of Rx Rings to be used, when enable Rx ring group, this equal … member
811 else if (handle->epHandle->cfg.rxRingUse != 0U) in SWT_GetRxFrameSize()845 else if (handle->epHandle->cfg.rxRingUse != 0U) in SWT_GetTimestampRefResp()900 else if (handle->epHandle->cfg.rxRingUse != 0U) in SWT_ReceiveFrameCopy()933 else if (handle->epHandle->cfg.rxRingUse != 0U) in SWT_ReceiveFrame()
3451 …uint32_t rxRingUse : 7; /*!< Number of Rx Rings to be used, when enable Rx ring group, this equal … member