Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h276 …PCR = NETC_PORT_PPCR_L4PFS(config->l4PayloadCount) | NETC_PORT_PPCR_L4HFP(config->enableL4Parser) | in NETC_PortSetParser()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h513 bool enableL4Parser : 1; /*!< Enable/Disable parser for L4 */ member
Dfsl_netc_endpoint.c432 config->port.common.parser.enableL4Parser = true; in EP_GetDefaultConfig()
Dfsl_netc_switch.c207 config->ports[i].commonCfg.parser.enableL4Parser = true; in SWT_GetDefaultConfig()