Searched refs:txRingUse (Results 1 – 5 of 5) sorted by relevance
77 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()
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()
54 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()
296 …uint32_t txRingUse : 7; /*!< Number of Tx Rings to be used, note that when SI is Switch management… member
3453 …uint32_t txRingUse : 7; /*!< Number of Tx Rings to be used, note that when SI is Switch management… member