Home
last modified time | relevance | path

Searched refs:RX_TOTAL_BUFSIZE (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/net/
Ddesignware.h18 #define RX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM) macro
226 char rxbuffs[RX_TOTAL_BUFSIZE] __aligned(ARCH_DMA_MINALIGN);
Dsun8i_emac.c48 #define RX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM) macro
114 char rxbuffer[RX_TOTAL_BUFSIZE] __aligned(ARCH_DMA_MINALIGN);
342 RX_TOTAL_BUFSIZE); in rx_descs_init()
Dag7xxx.c118 #define RX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM) macro
136 char rxbuffs[RX_TOTAL_BUFSIZE] __aligned(ARCH_DMA_MINALIGN);
Ddesignware.c192 flush_dcache_range((ulong)rxbuffs, (ulong)rxbuffs + RX_TOTAL_BUFSIZE); in rx_descs_init()