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()
95 …` and `ETH_TXBUFNB` depends on the speed of the CPU. These macro's define the number of DMA buffers96 for reception and for transmission. In general, if the CPU is very fast, you will need less buffers…103 Having well aligned buffers is important for CPU with memory cache. Often the caching system divide…104 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…
12 of the TCP buffers and TCP window sizes.
192 + Improvements to the Zynq network driver. DMA transmission buffers now use193 a counting semaphore. When all TX-buffers are in-use, the IP-task will326 of network buffers that have ever existed since the application started