Home
last modified time | relevance | path

Searched refs:msixNum (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_enetc.c23 … 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() argument
128 if (msixNum > leftEntry) in NETC_EnetcSetMsixEntryNum()
134 entryNum = (msixNum != 0U) ? msixNum : 1U; in NETC_EnetcSetMsixEntryNum()
Dfsl_netc_hw_enetc.h44 uint32_t msixNum : 11; /*!< MSIX table vector/entry number. */ member
97 status_t NETC_EnetcSetMsixEntryNum(NETC_ENETC_Type *base, uint8_t si, uint32_t msixNum);
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_timer.c26 uint8_t msixNum; in NETC_TimerMSIXSetEntryTable() local
28 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()
Dfsl_netc_endpoint.c325 uint8_t msixNum; in EP_MSIXSetEntryTable() local
334 msixNum = (uint8_t)( in EP_MSIXSetEntryTable()
340 if (config->entryNum > msixNum) in EP_MSIXSetEntryTable()
Dfsl_netc_switch.c63 uint8_t msixNum; in SWT_MSIXSetEntryTable() local
65 msixNum = in SWT_MSIXSetEntryTable()
71 if (config->entryNum > msixNum) in SWT_MSIXSetEntryTable()