Searched refs:RXD_SIZE (Results 1 – 3 of 3) sorted by relevance
245 pAd->RxDescRing.AllocSize = RX_RING_SIZE * RXD_SIZE; in RTMPAllocTxRxRingMemory()278 pAd->RxRing.Cell[index].AllocSize = RXD_SIZE; in RTMPAllocTxRxRingMemory()288 RingBasePaLow += RXD_SIZE; in RTMPAllocTxRxRingMemory()289 RingBaseVa = (u8 *)RingBaseVa + RXD_SIZE; in RTMPAllocTxRxRingMemory()
824 NdisMoveMemory(pSaveRxD, pRxD, RXD_SIZE); in GetPacketFromRxRing()
93 #define RXD_SIZE 16 macro