Home
last modified time | relevance | path

Searched refs:entryNum (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_timer.c33 if (config->entryNum != 0U) in NETC_TimerMSIXSetEntryTable()
35 if (config->entryNum > msixNum) in NETC_TimerMSIXSetEntryTable()
74 handle->entryNum = config->entryNum; in NETC_TimerInit()
452 if (entryIdx < handle->entryNum) in NETC_TimerMsixSetEntryMask()
470 if (handle->entryNum == 0U) in NETC_TimerMsixGetPendingStatus()
480 if (pbaIdx <= ((handle->entryNum - 1U) / 64U)) in NETC_TimerMsixGetPendingStatus()
Dfsl_netc_timer.h98 uint8_t entryNum; /*!< MSIX entry number. */ member
124 uint8_t entryNum; /*!< MSIX entry number. */ member
Dfsl_netc_endpoint.c57 handle->cfg.entryNum = config->entryNum; in EP_StoreConfig()
328 result = NETC_EnetcSetMsixEntryNum(handle->hw.base, siNum, config->entryNum); in EP_MSIXSetEntryTable()
338 if (config->entryNum != 0U) in EP_MSIXSetEntryTable()
340 if (config->entryNum > msixNum) in EP_MSIXSetEntryTable()
345 …(MAX(config->siComEntryIdx, config->timerSyncEntryIdx), config->cmdBdEntryIdx) >= config->entryNum) in EP_MSIXSetEntryTable()
351 for (uint32_t i = 0; i < config->entryNum; i++) in EP_MSIXSetEntryTable()
1775 if (entryIdx < handle->cfg.entryNum) in EP_MsixSetEntryMask()
1793 if (handle->cfg.entryNum == 0U) in EP_MsixGetPendingStatus()
1812 if (pbaIdx <= ((handle->cfg.entryNum - 1U) / 64U)) in EP_MsixGetPendingStatus()
Dfsl_netc_switch.c69 if (config->entryNum != 0U) in SWT_MSIXSetEntryTable()
71 if (config->entryNum > msixNum) in SWT_MSIXSetEntryTable()
77 config->entryNum) in SWT_MSIXSetEntryTable()
83 for (uint32_t i = 0; i < config->entryNum; i++) in SWT_MSIXSetEntryTable()
128 if (entryIdx < handle->cfg.entryNum) in SWT_MsixSetEntryMask()
146 if (handle->cfg.entryNum == 0U) in SWT_MsixGetPendingStatus()
156 if (pbaIdx <= ((handle->cfg.entryNum - 1U) / 64U)) in SWT_MsixGetPendingStatus()
307 handle->cfg.entryNum = config->entryNum; in SWT_Init()
Dfsl_netc_endpoint.h276 uint8_t entryNum; /*!< MSIX entry number. */ member
304 uint8_t entryNum; /*!< MSIX entry number. */ member
Dfsl_netc_switch.h179 uint8_t entryNum; /*!< MSIX entry number. */ member
188 uint8_t entryNum; /*!< MSIX entry number. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_enetc.c119 uint32_t entryNum; in NETC_EnetcSetMsixEntryNum() local
134 entryNum = (msixNum != 0U) ? msixNum : 1U; in NETC_EnetcSetMsixEntryNum()
135 base->NUM_SI[si].PSICFGR2 = NETC_ENETC_PSICFGR2_NUM_MSIX(entryNum - 1U); in NETC_EnetcSetMsixEntryNum()