OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RX_TOTAL_BUFSIZE
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/net/
ag7xxx.c
118
#define
RX_TOTAL_BUFSIZE
(CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM)
136
char rxbuffs[
RX_TOTAL_BUFSIZE
] __aligned(ARCH_DMA_MINALIGN);
designware.h
18
#define
RX_TOTAL_BUFSIZE
(CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM)
226
char rxbuffs[
RX_TOTAL_BUFSIZE
] __aligned(ARCH_DMA_MINALIGN);
sun8i_emac.c
48
#define
RX_TOTAL_BUFSIZE
(CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM)
114
char rxbuffer[
RX_TOTAL_BUFSIZE
] __aligned(ARCH_DMA_MINALIGN);
342
RX_TOTAL_BUFSIZE
);
Completed in 656 milliseconds