Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/fm/
Deth.c337 * TX_BD_RING_SIZE); in fm_eth_tx_port_parameter_init()
342 * TX_BD_RING_SIZE); in fm_eth_tx_port_parameter_init()
349 for (i = 0; i < TX_BD_RING_SIZE; i++) { in fm_eth_tx_port_parameter_init()
364 * TX_BD_RING_SIZE); in fm_eth_tx_port_parameter_init()
564 if (txbd >= (txbd_base + TX_BD_RING_SIZE)) in fm_eth_send()
Dfm.h141 #define TX_BD_RING_SIZE 8 macro