Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h222 if (config->maxSduSized > 0x07D0U) in NETC_PortConfigTcMaxSDU()
231 NETC_PORT_PTCTMSDUR_MAXSDU(config->maxSduSized); in NETC_PortConfigTcMaxSDU()
249 …config->maxSduSized = (uint16_t)(base->TCT_NUM[tcIdx].PTCTMSDUR & NETC_PORT_PTCTMSDUR_MAXSDU_MASK)… in NETC_PortGetTcMaxSDU()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h570 …uint16_t maxSduSized; /*!< Transmit Maximum SDU size in bytes, the dequeued frame will be discarde… member
Dfsl_netc_endpoint.c449 config->txTcCfg[i].sduCfg.maxSduSized = 0x600U; in EP_GetDefaultConfig()
Dfsl_netc_switch.c220 config->ports[i].txTcCfg[j].sduCfg.maxSduSized = 0x600U; in SWT_GetDefaultConfig()