Home
last modified time | relevance | path

Searched refs:outerMask (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h289 …base->PTAR = NETC_PORT_PTAR_OVTPIDL(config->outerMask) | NETC_PORT_PTAR_IVTPIDL(config->innerMask); in NETC_PortSetVlanClassify()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h600 …uint8_t outerMask : 4; /*!< Bitmap identifying which TPIDs are acceptable as Outter VLAN tag. See … member
Dfsl_netc_endpoint.c419 …config->port.common.acceptTpid.outerMask = (uint8_t)kNETC_InnerStanCvlan | (uint8_t)kNETC_InnerSta… in EP_GetDefaultConfig()
Dfsl_netc_switch.c194 …config->ports[i].commonCfg.acceptTpid.outerMask = (uint8_t)kNETC_InnerStanCvlan | (uint8_t)kNETC_I… in SWT_GetDefaultConfig()