Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A De1000.c55 #define E1000_BUFFER_ALIGN 128 macro
63 DEFINE_ALIGN_BUFFER(struct e1000_tx_desc, tx_base, 16, E1000_BUFFER_ALIGN);
64 DEFINE_ALIGN_BUFFER(struct e1000_rx_desc, rx_base, 16, E1000_BUFFER_ALIGN);
65 DEFINE_ALIGN_BUFFER(unsigned char, packet, 4096, E1000_BUFFER_ALIGN);