Home
last modified time | relevance | path

Searched refs:innerMask (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.h599 …uint8_t innerMask : 4; /*!< Bitmap identifying which TPIDs are acceptable as Inner VLAN tag. See P… member
Dfsl_netc_endpoint.c418 …config->port.common.acceptTpid.innerMask = (uint8_t)kNETC_OuterStanCvlan | (uint8_t)kNETC_OuterSta… in EP_GetDefaultConfig()
Dfsl_netc_switch.c193 …config->ports[i].commonCfg.acceptTpid.innerMask = (uint8_t)kNETC_OuterStanCvlan | (uint8_t)kNETC_O… in SWT_GetDefaultConfig()