Home
last modified time | relevance | path

Searched refs:getSiNum (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c191 if (NETC_EnetcHasManagement(handle->hw.base) && (getSiNum(handle->cfg.si) == 0U)) in EP_DescriptorInit()
324 uint8_t siNum = getSiNum(handle->cfg.si); in EP_MSIXSetEntryTable()
463 uint8_t siNum = getSiNum(config->si); in EP_Init()
679 uint8_t siNum = getSiNum(handle->cfg.si); in EP_Deinit()
697 uint8_t siNum = getSiNum(handle->cfg.si); in EP_Up()
718 NETC_EnetcEnableSI(handle->hw.base, getSiNum(handle->cfg.si), false); in EP_Down()
728 uint8_t siNum = getSiNum(handle->cfg.si); in EP_SetPrimaryMacAddr()
893 if (NETC_EnetcHasManagement(handle->hw.base) && (getSiNum(handle->cfg.si) == 0U)) in EP_SendFrame()
1023 if (NETC_EnetcHasManagement(handle->hw.base) && (getSiNum(handle->cfg.si) == 0U)) in EP_ReclaimTxDescriptor()
1742 if (getSiNum(handle->cfg.si) == 0U) in EP_MsixSetGlobalMask()
[all …]
Dfsl_netc_msg.c65 if (getSiNum(handle->cfg.si) != 0U) in EP_RxL2MFQueryEMTableEntry()
515 if (getSiNum(handle->cfg.si) != 0U) in EP_RxL2VFQueryEMTableEntry()
Dfsl_netc_endpoint.h1383 if (NETC_EnetcHasManagement(handle->hw.base) && (getSiNum(handle->cfg.si) == 0U)) in EP_WaitUnitilTxComplete()
Dfsl_netc_switch.c605 if ((!NETC_EnetcHasManagement(epHandle->hw.base)) || (getSiNum(epHandle->cfg.si) != 0U)) in SWT_ManagementTxRxConfig()
708 if (getSiNum(handle->epHandle->cfg.si) == 0U) in SWT_SendFrame()
723 if ((getSiNum(handle->epHandle->cfg.si) != 0U) || (!handle->cfg.enUseMgmtTxBdRing)) in SWT_SendFrame()
Dfsl_netc.h228 #define getSiNum(si) ((uint8_t)(((uint16_t)(si) >> 4U) & 0xFU)) /*!< The SI number in the ENET… macro
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imx95/
Dfsl_netc_soc.c24 uint8_t siNum = getSiNum(si); in NETC_SocGetBaseResource()
67 vsi0Num = getSiNum(kNETC_ENETC0VSI0); in NETC_SocPreInitVsi()
68 vsi1Num = getSiNum(kNETC_ENETC0VSI1); in NETC_SocPreInitVsi()
71 vsi0Num = getSiNum(kNETC_ENETC1VSI0); in NETC_SocPreInitVsi()
72 vsi1Num = getSiNum(kNETC_ENETC1VSI1); in NETC_SocPreInitVsi()
75 vsi0Num = getSiNum(kNETC_ENETC2VSI0); in NETC_SocPreInitVsi()
76 vsi1Num = getSiNum(kNETC_ENETC2VSI1); in NETC_SocPreInitVsi()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imx943/
Dfsl_netc_soc.c24 uint8_t siNum = getSiNum(si); in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imxrt1180/
Dfsl_netc_soc.c139 uint8_t siNum = getSiNum(si); in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/platform/drivers/netc/socs/imxrt1180/
Dfsl_netc_soc.c139 uint8_t siNum = getSiNum(si); in NETC_SocGetBaseResource()