Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c1832 Gmac_Ip_BufferDescriptorType *CtxtBd; in Gmac_Ip_SetRxExternalBuffer() local
1849 CtxtBd = ((uint32)&Bd[1U] >= (uint32)&ListBd[RingLength])? ListBd : &Bd[1U]; in Gmac_Ip_SetRxExternalBuffer()
1851 if (Gmac_Ip_RestoreRxCtxtDescr(CtxtBd) == TRUE) in Gmac_Ip_SetRxExternalBuffer()
1853 Gmac_apxState[Instance]->RxAllocDesc[Ring] = CtxtBd; in Gmac_Ip_SetRxExternalBuffer()
1884 Gmac_Ip_BufferDescriptorType *CtxtBd; in Gmac_Ip_ProvideRxBuff() local
1906 CtxtBd = ((uint32)&Bd[1U] >= (uint32)&ListBd[RingLength])? ListBd : &Bd[1U]; in Gmac_Ip_ProvideRxBuff()
1908 if (Gmac_Ip_RestoreRxCtxtDescr(CtxtBd) == TRUE) in Gmac_Ip_ProvideRxBuff()
1910 Gmac_apxState[Instance]->RxAllocDesc[Ring] = CtxtBd; in Gmac_Ip_ProvideRxBuff()