Searched refs:entryNum (Results 1 – 7 of 7) sorted by relevance
33 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()
98 uint8_t entryNum; /*!< MSIX entry number. */ member124 uint8_t entryNum; /*!< MSIX entry number. */ member
57 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()
69 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()
276 uint8_t entryNum; /*!< MSIX entry number. */ member304 uint8_t entryNum; /*!< MSIX entry number. */ member
179 uint8_t entryNum; /*!< MSIX entry number. */ member188 uint8_t entryNum; /*!< MSIX entry number. */ member
119 uint32_t entryNum; in NETC_EnetcSetMsixEntryNum() local134 entryNum = (msixNum != 0U) ? msixNum : 1U; in NETC_EnetcSetMsixEntryNum()135 base->NUM_SI[si].PSICFGR2 = NETC_ENETC_PSICFGR2_NUM_MSIX(entryNum - 1U); in NETC_EnetcSetMsixEntryNum()