Searched refs:buffers (Results 1 – 5 of 5) sorted by relevance
374 __ALIGN_BEGIN static uint32_t buffers[ ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS ][ ( ipBUFFER_PADDING… variable379 … pxNetworkBuffers[ x ].pucEthernetBuffer = ( uint8_t * ) &buffers[ x ][ 0 ] + ipBUFFER_PADDING; in vNetworkInterfaceAllocateRAMToBuffers()380 buffers[ x ][ 0 ] = ( uint32_t ) &pxNetworkBuffers[ x ]; in vNetworkInterfaceAllocateRAMToBuffers()
94 …` and `ETH_TXBUFNB` depends on the speed of the CPU. These macro's define the number of DMA buffers95 for reception and for transmission. In general, if the CPU is very fast, you will need less buffers…102 Having well aligned buffers is important for CPU with memory cache. Often the caching system divide…103 When two buffers share the same cache buffer, you are bound to see data errors.
36 A socket that has 2 stream buffers counts as 3 objects ( needing 3 x 16 = 48 bytes to store their p…
123 + Improvements to the Zynq network driver. DMA transmission buffers now use124 a counting semaphore. When all TX-buffers are in-use, the IP-task will257 of network buffers that have ever existed since the application started
12 of the TCP buffers and TCP window sizes.