Searched refs:RingLength (Results 1 – 1 of 1) sorted by relevance
1606 uint32 RingLength = 0U; in Gmac_Ip_SendMultiBufferFrame() local1622 RingLength = Base->DMA_TXDESC_RING_LENGTH; in Gmac_Ip_SendMultiBufferFrame()1624 GMAC_DEV_ASSERT(NumBuffers <= RingLength); in Gmac_Ip_SendMultiBufferFrame()1650 Bd = ((uint32)Bd >= (uint32)&ListBd[RingLength + 1UL])? ListBd : Bd; in Gmac_Ip_SendMultiBufferFrame()1706 Bd = ((uint32)Bd < (uint32)ListBd)? &ListBd[RingLength] : Bd; in Gmac_Ip_SendMultiBufferFrame()1834 uint32 RingLength; in Gmac_Ip_SetRxExternalBuffer() local1846 RingLength = Base->DMA_RXDESC_RING_LENGTH + 1UL; in Gmac_Ip_SetRxExternalBuffer()1849 CtxtBd = ((uint32)&Bd[1U] >= (uint32)&ListBd[RingLength])? ListBd : &Bd[1U]; in Gmac_Ip_SetRxExternalBuffer()1865 if ((uint32)Gmac_apxState[Instance]->RxAllocDesc[Ring] >= (uint32)&ListBd[RingLength]) in Gmac_Ip_SetRxExternalBuffer()1887 uint32 RingLength; in Gmac_Ip_ProvideRxBuff() local[all …]