Searched refs:idleSlope (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/include/ |
D | Netc_Eth_Ip.h | 129 …onfigureCreditBasedShaper(const uint8 ctrlIndex, const uint8 TrafficClass, const uint64 idleSlope);
|
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/include/ |
D | Netc_EthSwt_Ip.h | 963 …aper(uint8 SwitchIdx, const uint8 SwitchPortIdx, const uint8 TrafficClass, const uint64 idleSlope);
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/enet_qos/ |
D | fsl_enet_qos.h | 568 uint16_t idleSlope; /*!< Idle slope configuration. */ member
|
D | fsl_enet_qos.c | 231 base->MTL_QUEUE[queueIndex].MTL_TXQX_QNTM_WGHT = config->idleSlope; in ENET_QOS_AVBConfigure()
|
/hal_nxp-3.6.0/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 | 2992 base->DMACFG[count] |= ENET_DMACFG_IDLE_SLOPE(config->idleSlope[count]); in ENET_AVBConfigure()
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/ |
D | Netc_Eth_Ip.c | 3008 …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/ |
D | Netc_EthSwt_Ip.c | 5434 …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 …
|