Home
last modified time | relevance | path

Searched refs:rxRingUse (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_enetc.c77 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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imx95/
Dfsl_netc_soc.c56 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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c53 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()
Dfsl_netc_endpoint.h294 …uint32_t rxRingUse : 7; /*!< Number of Rx Rings to be used, when enable Rx ring group, this equal … member
Dfsl_netc_switch.c811 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()
Dfsl_netc.h3451 …uint32_t rxRingUse : 7; /*!< Number of Rx Rings to be used, when enable Rx ring group, this equal … member