Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/ti/
H A Ddavinci_emac.c95 static unsigned char emac_rx_buffers[EMAC_MAX_RX_BUFFERS * EMAC_RXBUF_SIZE]
474 rx_desc->buffer = &emac_rx_buffers[cnt * EMAC_RXBUF_SIZE]; in davinci_eth_open()
H A Ddavinci_emac.h15 #define EMAC_RXBUF_SIZE ALIGN(ALIGN(EMAC_MAX_ETHERNET_PKT_SIZE, 32),\ macro