Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h246 kENET_QOS_PromiscuousEnable = 0x0004U, /*!< The promiscuous enabled. */ enumerator
Dfsl_enet_qos.c446 …_QOS_MAC_PACKET_FILTER_PR(((config->specialControl & (uint32_t)kENET_QOS_PromiscuousEnable) != 0U)… in ENET_QOS_SetMacControl()