Home
last modified time | relevance | path

Searched refs:queueIndex (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c238 …ENET_QOS_AVBConfigure(ENET_QOS_Type *base, const enet_qos_cbs_config_t *config, uint8_t queueIndex) in ENET_QOS_AVBConfigure() argument
243 base->MTL_QUEUE[queueIndex].MTL_TXQX_ETS_CTRL |= ENET_QOS_MTL_TXQX_ETS_CTRL_AVALG_MASK; in ENET_QOS_AVBConfigure()
245 base->MTL_QUEUE[queueIndex].MTL_TXQX_SNDSLP_CRDT = config->sendSlope; in ENET_QOS_AVBConfigure()
247 base->MTL_QUEUE[queueIndex].MTL_TXQX_QNTM_WGHT = config->idleSlope; in ENET_QOS_AVBConfigure()
249 base->MTL_QUEUE[queueIndex].MTL_TXQX_HI_CRDT = config->highCredit; in ENET_QOS_AVBConfigure()
251 base->MTL_QUEUE[queueIndex].MTL_TXQX_LO_CRDT = config->lowCredit; in ENET_QOS_AVBConfigure()
Dfsl_enet_qos.h1505 …NET_QOS_AVBConfigure(ENET_QOS_Type *base, const enet_qos_cbs_config_t *config, uint8_t queueIndex);