Home
last modified time | relevance | path

Searched refs:txRingUse (Results 1 – 5 of 5) 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()
92 NETC_ENETC_PSICFGR0_NUM_TX_BDR(psConfig->txRingUse + 1U) | in NETC_EnetcConfigureSI()
101 …C_PSICFGR0_SPE(psConfig->sourcePruneEnable) | NETC_ENETC_PSICFGR0_NUM_TX_BDR(psConfig->txRingUse) | 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.c54 handle->cfg.txRingUse = config->siConfig.txRingUse; in EP_StoreConfig()
196 for (ring = 0; ring < config->siConfig.txRingUse; ring++) in EP_DescriptorInit()
888 if (ring >= handle->cfg.txRingUse) in EP_SendFrame()
1019 assert(ring < handle->cfg.txRingUse); in EP_ReclaimTxDescriptor()
Dfsl_netc_endpoint.h296 …uint32_t txRingUse : 7; /*!< Number of Tx Rings to be used, note that when SI is Switch management… member
Dfsl_netc.h3453 …uint32_t txRingUse : 7; /*!< Number of Tx Rings to be used, note that when SI is Switch management… member