Lines Matching refs:portGroup

514         if (!NETC_PortIsPseudo(handle->hw.portGroup.port))  in EP_Init()
516 handle->hw.portGroup.port->POR |= (NETC_PORT_POR_TXDIS_MASK | NETC_PORT_POR_RXDIS_MASK); in EP_Init()
518 NETC_PortSoftwareResetEthMac(handle->hw.portGroup.eth); in EP_Init()
550 result = NETC_PortConfig(handle->hw.portGroup.port, &config->port.common); in EP_Init()
556 if (!NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
558 result = NETC_PortConfigEthMac(handle->hw.portGroup.eth, &config->port.ethMac); in EP_Init()
567 … handle->hw.portGroup.pseudo->PPMCR = NETC_PSEUDO_LINK_PPMCR_TXPAD(config->port.enPseudoMacTxPad); in EP_Init()
594 … if ((config->port.ethMac.rxMaxFrameSize >= 1024U) && NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
616 handle->hw.portGroup.port->POR &= ~(NETC_PORT_POR_TXDIS_MASK | NETC_PORT_POR_RXDIS_MASK); 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()
686 NETC_PortEthMacGracefulStop(handle->hw.portGroup.port); in EP_Deinit()
700 if ((siNum == 0U) && (!NETC_PortIsPseudo(handle->hw.portGroup.port))) in EP_Up()
702 miiMode = NETC_PortGetMIIMode(handle->hw.portGroup.eth); in EP_Up()
703 result = NETC_PortSetMII(handle->hw.portGroup.eth, miiMode, speed, duplex); in EP_Up()
732 NETC_PortSetMacAddr(handle->hw.portGroup.port, macAddr); in EP_SetPrimaryMacAddr()
1135 bool isPseudoPort = NETC_PortIsPseudo(handle->hw.portGroup.port); in EP_GetRxFrameAttribute()
1537 NETC_PortSetIPF(handle->hw.portGroup.port, &config->portConfig); in EP_RxIPFInit()
2083 handle->hw.portGroup.port->PTGSCR |= NETC_PORT_PTGSCR_TGE_MASK; in EP_TxPortTGSEnable()
2101 handle->hw.portGroup.port->PTGSCR &= ~NETC_PORT_PTGSCR_TGE_MASK; in EP_TxPortTGSEnable()
2117 if (0U != (handle->hw.portGroup.port->PTGAGLSR & NETC_PORT_PTGAGLSR_CFG_PEND_MASK)) in EP_TxTGSConfigAdminGcl()
2129 if (0U != (handle->hw.portGroup.port->PTGAGLSR & NETC_PORT_PTGAGLSR_TG_MASK)) in EP_TxTGSConfigAdminGcl()
2191 if (!NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_TxTrafficClassConfig()
2193 …temp = handle->hw.portGroup.port->PFPCR & (~((uint32_t)1U << (uint32_t… in EP_TxTrafficClassConfig()
2194 … handle->hw.portGroup.port->PFPCR = temp | ((uint32_t)config->enPreemption << (uint32_t)tcIdx); in EP_TxTrafficClassConfig()
2196 …temp = handle->hw.portGroup.port->PDGSR & (~((uint32_t)1U << (uint32_t… in EP_TxTrafficClassConfig()
2197 handle->hw.portGroup.port->PDGSR = temp | ((uint32_t)config->enTcGate << (uint32_t)tcIdx); in EP_TxTrafficClassConfig()
2201 reseult = NETC_PortConfigTcMaxSDU(handle->hw.portGroup.port, tcIdx, &config->sduCfg); in EP_TxTrafficClassConfig()
2204 reseult = NETC_PortConfigTcCBS(handle->hw.portGroup.port, tcIdx, &config->cbsCfg); in EP_TxTrafficClassConfig()