Searched refs:NETC_PortIsPseudo (Results 1 – 4 of 4) sorted by relevance
514 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()
285 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()
112 bool NETC_PortIsPseudo(NETC_PORT_Type *base);
9 bool NETC_PortIsPseudo(NETC_PORT_Type *base) in NETC_PortIsPseudo() function