Home
last modified time | relevance | path

Searched refs:CtrlIndex (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h157 …Eth_Ip_StatusType Netc_Eth_Ip_AddOrUpdateIngrStreamIdentificationTableEntry( const uint8 CtrlIndex,
178 Netc_Eth_Ip_StatusType Netc_Eth_Ip_QueryIngrStreamIdentificationTableEntry( const uint8 CtrlIndex,
196 Netc_Eth_Ip_StatusType Netc_Eth_Ip_DeleteIngrStreamIdentificationTableEntry( const uint8 CtrlIndex,
215 Netc_Eth_Ip_StatusType Netc_Eth_Ip_GetIngrStreamIdentificationTable( const uint8 CtrlIndex,
234 Netc_Eth_Ip_StatusType Netc_Eth_Ip_AddOrUpdateStreamGateInstanceTableEntry( const uint8 CtrlIndex,
255 Netc_Eth_Ip_StatusType Netc_Eth_Ip_QueryStreamGateInstanceTableEntry( const uint8 CtrlIndex,
274 Netc_Eth_Ip_StatusType Netc_Eth_Ip_DeleteStreamGateInstanceTableEntry( const uint8 CtrlIndex,
293 Netc_Eth_Ip_StatusType Netc_Eth_Ip_AddStreamGateControlListTableEntry( const uint8 CtrlIndex,
315 Netc_Eth_Ip_StatusType Netc_Eth_Ip_QueryStreamGateControlListTableEntry( const uint8 CtrlIndex,
335 Netc_Eth_Ip_StatusType Netc_Eth_Ip_DeleteStreamGateControlListTableEntry( const uint8 CtrlIndex,
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c378 static inline Netc_Eth_Ip_StatusType Netc_Eth_Ip_AddMACFilterEntry(uint8 CtrlIndex, uint8 HashValue…
416 static inline Netc_Eth_Ip_StatusType Netc_Eth_Ip_DeleteMACFilterEntry(const uint8 CtrlIndex, \
901 static inline void Netc_Eth_Ip_DeleteMACFilterEntry_MarkEntryEmpty(const uint8 CtrlIndex,
1620 static inline Netc_Eth_Ip_StatusType Netc_Eth_Ip_AddMACFilterEntry(uint8 CtrlIndex, uint8 HashValue… in Netc_Eth_Ip_AddMACFilterEntry() argument
1627 DevAssert(CtrlIndex < FEATURE_NETC_ETH_NUMBER_OF_CTRLS); in Netc_Eth_Ip_AddMACFilterEntry()
1628 DevAssert(NULL_PTR != Netc_Eth_Ip_apxState[CtrlIndex]); in Netc_Eth_Ip_AddMACFilterEntry()
1631 …for(CurrentEntry = 0U; CurrentEntry < Netc_Eth_Ip_apxState[CtrlIndex]->MACFilterTableMaxNumOfEntri… in Netc_Eth_Ip_AddMACFilterEntry()
1634 if(FALSE == MACFilterHashTableAddrs[CtrlIndex][CurrentEntry].EntryStatus) in Netc_Eth_Ip_AddMACFilterEntry()
1636 MACFilterHashTableAddrs[CtrlIndex][CurrentEntry].EntryStatus = TRUE; in Netc_Eth_Ip_AddMACFilterEntry()
1639 MACFilterHashTableAddrs[CtrlIndex][CurrentEntry].HashValue = HashValue; in Netc_Eth_Ip_AddMACFilterEntry()
[all …]
DNetc_Eth_Ip_Irq.c102 static inline void Netc_Eth_Ip_MSIX_Tx(uint8 CtrlIndex);
110 …inline void Netc_Eth_Ip_MSIX_Tx_CheckAllRings(const uint32 TxRingIntStatus, const uint8 CtrlIndex);
117 void Netc_Eth_Ip_MSIX_Rx(uint8 CtrlIndex);
193 static inline void Netc_Eth_Ip_MSIX_Tx(uint8 CtrlIndex) in Netc_Eth_Ip_MSIX_Tx() argument
195 uint32 TxRingIntStatus = netcSIsBase[CtrlIndex]->SITXIDR0; in Netc_Eth_Ip_MSIX_Tx()
203 …if(NETC_ETH_IP_TBIER_TXFIE_MASK == (netcSIsBase[CtrlIndex]->BDR_NUM[0U].TBIER & NETC_ETH_IP_TBIER_… in Netc_Eth_Ip_MSIX_Tx()
206 netcSIsBase[CtrlIndex]->SITXIDR0 = TxRingIntStatus; in Netc_Eth_Ip_MSIX_Tx()
210 Netc_Eth_Ip_MSIX_Tx_CheckAllRings(TxRingIntStatus, CtrlIndex); in Netc_Eth_Ip_MSIX_Tx()
212 …else if(NETC_ETH_IP_TBIER_TXTIE_MASK == (netcSIsBase[CtrlIndex]->BDR_NUM[0U].TBIER & NETC_ETH_IP_T… in Netc_Eth_Ip_MSIX_Tx()
215 netcSIsBase[CtrlIndex]->SITXIDR0 = TxRingIntStatus; in Netc_Eth_Ip_MSIX_Tx()
[all …]