Searched refs:idleSlope (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/ |
| D | Netc_Eth_Ip.h | 408 …onfigureCreditBasedShaper(const uint8 ctrlIndex, const uint8 TrafficClass, const uint64 idleSlope);
|
| /hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/include/ |
| D | Netc_EthSwt_Ip.h | 1041 …aper(uint8 SwitchIdx, const uint8 SwitchPortIdx, const uint8 TrafficClass, const uint64 idleSlope);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/ |
| D | fsl_enet_qos.h | 569 uint16_t idleSlope; /*!< Idle slope configuration. */ member
|
| D | fsl_enet_qos.c | 247 base->MTL_QUEUE[queueIndex].MTL_TXQX_QNTM_WGHT = config->idleSlope; in ENET_QOS_AVBConfigure()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet/ |
| D | fsl_enet.h | 597 …enet_idle_slope_t idleSlope[FSL_FEATURE_ENET_QUEUE - 1]; /*!< The idle slope for certian bandwidth… member
|
| D | fsl_enet.c | 3062 base->DMACFG[count] |= ENET_DMACFG_IDLE_SLOPE(config->idleSlope[count]); in ENET_AVBConfigure()
|
| /hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/ |
| D | Netc_Eth_Ip.c | 5850 …ConfigureCreditBasedShaper(const uint8 ctrlIndex, const uint8 TrafficClass, const uint64 idleSlope) argument 5863 DevAssert(idleSlope > 0U); 5872 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
|
| /hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/ |
| D | Netc_EthSwt_Ip.c | 6683 …haper(uint8 SwitchIdx, const uint8 SwitchPortIdx, const uint8 TrafficClass, const uint64 idleSlope) argument 6697 DevAssert(idleSlope > 0U); 6711 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
|