Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip_Irq.c626 uint8 CounterRxMsgFromVsi; in Netc_Eth_Ip_MSIX_SIMsgEvent() local
644 …for(CounterRxMsgFromVsi = 0U; CounterRxMsgFromVsi < FEATURE_NETC_ETH_NUM_OF_VIRTUAL_CTRLS; Counter… in Netc_Eth_Ip_MSIX_SIMsgEvent()
646 … if((((uint32)1U << (CounterRxMsgFromVsi + 1U)) & (uint32)RxMsgFromVsiMask) != (uint32)0U) in Netc_Eth_Ip_MSIX_SIMsgEvent()
648 Netc_Eth_Ip_ProcessMsgRcv(CounterRxMsgFromVsi); in Netc_Eth_Ip_MSIX_SIMsgEvent()
651 …if((((uint32)1U << NETC_ETH_IP_PSI_IDR_FLR(CounterRxMsgFromVsi + 1U)) & (uint32)FlrMask) != (uint3… in Netc_Eth_Ip_MSIX_SIMsgEvent()
653 Netc_Eth_Ip_InitVSIAfterFlr(CounterRxMsgFromVsi + 1U); in Netc_Eth_Ip_MSIX_SIMsgEvent()