Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c514 if (!NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
556 if (!NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
594 … if ((config->port.ethMac.rxMaxFrameSize >= 1024U) && NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
618 if (NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
684 if (!NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Deinit()
700 if ((siNum == 0U) && (!NETC_PortIsPseudo(handle->hw.portGroup.port))) in EP_Up()
1135 bool isPseudoPort = NETC_PortIsPseudo(handle->hw.portGroup.port); in EP_GetRxFrameAttribute()
2191 if (!NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_TxTrafficClassConfig()
Dfsl_netc_switch.c285 for (uint32_t i = 0U; (i < 5U) && (!NETC_PortIsPseudo(handle->hw.ports[i].port)); i++) in SWT_Init()
382 if (!NETC_PortIsPseudo(port)) in SWT_Init()
431 if (!NETC_PortIsPseudo(handle->hw.ports[i].port) && in SWT_Deinit()
462 if (!NETC_PortIsPseudo(handle->hw.ports[portIdx].port)) in SWT_PortStop()
547 if (NETC_PortIsPseudo(base)) in SWT_SetPortMaxFrameSize()
2179 if (!NETC_PortIsPseudo(base)) in SWT_TxTrafficClassConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h112 bool NETC_PortIsPseudo(NETC_PORT_Type *base);
Dfsl_netc_hw_port.c9 bool NETC_PortIsPseudo(NETC_PORT_Type *base) in NETC_PortIsPseudo() function