Searched refs:msixNum (Results 1 – 5 of 5) sorted by relevance
23 … capability->msixNum = (cap & NETC_ENETC_ECAPR1_NUM_MSIX_MASK) >> NETC_ENETC_ECAPR1_NUM_MSIX_SHIFT; in NETC_EnetcGetCapability()113 status_t NETC_EnetcSetMsixEntryNum(NETC_ENETC_Type *base, uint8_t si, uint32_t msixNum) in NETC_EnetcSetMsixEntryNum() argument128 if (msixNum > leftEntry) in NETC_EnetcSetMsixEntryNum()134 entryNum = (msixNum != 0U) ? msixNum : 1U; in NETC_EnetcSetMsixEntryNum()
44 uint32_t msixNum : 11; /*!< MSIX table vector/entry number. */ member97 status_t NETC_EnetcSetMsixEntryNum(NETC_ENETC_Type *base, uint8_t si, uint32_t msixNum);
26 uint8_t msixNum; in NETC_TimerMSIXSetEntryTable() local28 msixNum = (uint8_t)((handle->hw.base->TMR_CAPR & ENETC_PF_TMR_TMR_CAPR_NUM_MSIX_MASK) >> in NETC_TimerMSIXSetEntryTable()35 if (config->entryNum > msixNum) in NETC_TimerMSIXSetEntryTable()
325 uint8_t msixNum; in EP_MSIXSetEntryTable() local334 msixNum = (uint8_t)( in EP_MSIXSetEntryTable()340 if (config->entryNum > msixNum) in EP_MSIXSetEntryTable()
63 uint8_t msixNum; in SWT_MSIXSetEntryTable() local65 msixNum = in SWT_MSIXSetEntryTable()71 if (config->entryNum > msixNum) in SWT_MSIXSetEntryTable()