Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Deth.c338 * TX_BD_RING_SIZE); in fm_eth_tx_port_parameter_init()
343 * TX_BD_RING_SIZE); in fm_eth_tx_port_parameter_init()
350 for (i = 0; i < TX_BD_RING_SIZE; i++) { in fm_eth_tx_port_parameter_init()
365 * TX_BD_RING_SIZE); in fm_eth_tx_port_parameter_init()
565 if (txbd >= (txbd_base + TX_BD_RING_SIZE)) in fm_eth_send()
H A Dfm.h142 #define TX_BD_RING_SIZE 8 macro