Home
last modified time | relevance | path

Searched refs:idleSlope (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h129 …onfigureCreditBasedShaper(const uint8 ctrlIndex, const uint8 TrafficClass, const uint64 idleSlope);
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip.h963 …aper(uint8 SwitchIdx, const uint8 SwitchPortIdx, const uint8 TrafficClass, const uint64 idleSlope);
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h568 uint16_t idleSlope; /*!< Idle slope configuration. */ member
Dfsl_enet_qos.c231 base->MTL_QUEUE[queueIndex].MTL_TXQX_QNTM_WGHT = config->idleSlope; in ENET_QOS_AVBConfigure()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.h597 …enet_idle_slope_t idleSlope[FSL_FEATURE_ENET_QUEUE - 1]; /*!< The idle slope for certian bandwidth… member
Dfsl_enet.c2992 base->DMACFG[count] |= ENET_DMACFG_IDLE_SLOPE(config->idleSlope[count]); in ENET_AVBConfigure()
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c3008 …ConfigureCreditBasedShaper(const uint8 ctrlIndex, const uint8 TrafficClass, const uint64 idleSlope) argument
3021 DevAssert(idleSlope > 0U);
3030 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c5434 …haper(uint8 SwitchIdx, const uint8 SwitchPortIdx, const uint8 TrafficClass, const uint64 idleSlope) argument
5448 DevAssert(idleSlope > 0U);
5462 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …