Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/soc/s32k344/include/
DGmac_Ip_Device_Registers.h96 volatile uint32 DMA_RXDESC_LIST_ADDRESS; member
/hal_nxp-3.5.0/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c824 Gmac_apxChBases[Instance][i]->DMA_RXDESC_LIST_ADDRESS = (uint32)RxRingConfig[i].RingDesc; in Gmac_Ip_InitRxBD()
963 … ListBd = (Gmac_Ip_BufferDescriptorType *)Gmac_apxChBases[Instance][i]->DMA_RXDESC_LIST_ADDRESS; in Gmac_Ip_RestoreRxDescr()
1742 ListBd = (Gmac_Ip_BufferDescriptorType *)ChBase->DMA_RXDESC_LIST_ADDRESS; in Gmac_Ip_ReadFrame()
1845 ListBd = (Gmac_Ip_BufferDescriptorType *)Base->DMA_RXDESC_LIST_ADDRESS; in Gmac_Ip_SetRxExternalBuffer()
1898 ListBd = (Gmac_Ip_BufferDescriptorType *)Base->DMA_RXDESC_LIST_ADDRESS; in Gmac_Ip_ProvideRxBuff()