Searched refs:CtxtBd (Results 1 – 1 of 1) sorted by relevance
1832 Gmac_Ip_BufferDescriptorType *CtxtBd; in Gmac_Ip_SetRxExternalBuffer() local1849 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() local1906 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()