Home
last modified time | relevance | path

Searched refs:TX_BUF_SIZE (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/net/
Dax88180.h98 #define TX_BUF_SIZE 0x0F00 macro
101 #define CMD_BASE (TX_BASE + TX_BUF_SIZE)
107 #define TX_BUF_SIZE 0x7C00 macro
111 #define CMD_BASE (TX_BASE + TX_BUF_SIZE)
Dbcm-sf2-eth.h15 #define TX_BUF_SIZE 2048 macro
Drtl8139.c91 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro
178 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
Dnatsemi.c66 #define TX_BUF_SIZE 1536 macro
221 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
Dns8382x.c64 #define TX_BUF_SIZE 1536 macro
245 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(8)));
Dks8851_mll.c20 #define TX_BUF_SIZE 2000 macro
Dbcm-sf2-eth-gmac.c32 #define TX_BUF_SIZE_ALIGNED ALIGN(TX_BUF_SIZE, ARCH_DMA_MINALIGN)