Home
last modified time | relevance | path

Searched refs:qos (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/phy/mdio/enet_qos/
Ddriver_mdio-enet-qos.cmake1 #Description: Driver mdio-enet-qos; user_visible: True
3 message("driver_mdio-enet-qos component is included.")
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.h567 uint32_t qos : 4; /*!< weight of qos for queue 0 . */ member
583 uint32_t qos : 4; /*!< weight of qos for queue 1. */ member
Dfsl_semc.c315 queueaWeight->qos = SEMC_BMCR0_TYPICAL_WQOS; in SEMC_GetDefaultConfig()
319 queuebWeight->qos = SEMC_BMCR1_TYPICAL_WQOS; in SEMC_GetDefaultConfig()
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.h214 uint8_t qos,
Dusb_host_phdc.c887 uint8_t qos, in USB_HostPhdcRecv() argument
923 pipe = (0U != (qos & 0x01U)) ? (phdcInstance->interruptPipe) : (phdcInstance->bulkInPipe); in USB_HostPhdcRecv()
939 if (0U == (qos & qosDesc->bmLatencyReliability)) in USB_HostPhdcRecv()