Searched refs:CacheStatus (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/src/ |
D | Gmac_Ip.c | 1525 Std_ReturnType CacheStatus = E_NOT_OK; in Gmac_Ip_SendFrame() local 1571 …CacheStatus = Cache_Ip_CleanByAddr(CacheType, CACHE_IP_DATA, TRUE,(uint32) Buff->Data, Buff->Lengt… in Gmac_Ip_SendFrame() 1573 if (E_NOT_OK == CacheStatus) in Gmac_Ip_SendFrame() 1608 Std_ReturnType CacheStatus = E_NOT_OK; in Gmac_Ip_SendMultiBufferFrame() local 1671 …CacheStatus = Cache_Ip_CleanByAddr(CacheType, CACHE_IP_DATA, TRUE,(uint32)Buffers[i].Data, (uint32… in Gmac_Ip_SendMultiBufferFrame() 1672 if (E_NOT_OK == CacheStatus) in Gmac_Ip_SendMultiBufferFrame() 1680 if (E_NOT_OK == CacheStatus) in Gmac_Ip_SendMultiBufferFrame() 1731 Std_ReturnType CacheStatus = E_NOT_OK; in Gmac_Ip_ReadFrame() local 1755 …CacheStatus = Cache_Ip_InvalidateByAddr(CacheType, CACHE_IP_DATA, (uint32)Bd->Info0, Bd->Info1 & … in Gmac_Ip_ReadFrame() 1756 if (E_NOT_OK == CacheStatus) in Gmac_Ip_ReadFrame()
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/ |
D | Netc_Eth_Ip.c | 3434 Std_ReturnType CacheStatus = E_NOT_OK; local 3556 CacheStatus = Cache_Ip_Clean(CacheType, CACHE_IP_DATA, TRUE); 3557 if (E_NOT_OK == CacheStatus) 3592 Std_ReturnType CacheStatus = E_NOT_OK; local 3711 CacheStatus = Cache_Ip_Clean(CacheType, CACHE_IP_DATA, TRUE); 3712 if (E_NOT_OK == CacheStatus) 4065 Std_ReturnType CacheStatus = E_NOT_OK; local 4114 CacheStatus = Cache_Ip_Invalidate(CacheType, CACHE_IP_DATA); 4115 if (E_NOT_OK == CacheStatus)
|