Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/fm/
Deth.c225 struct fm_port_bd *rxbd; in fm_eth_rx_port_parameter_init()
253 rx_bd_ring_base = malloc(sizeof(struct fm_port_bd) in fm_eth_rx_port_parameter_init()
258 memset(rx_bd_ring_base, 0, sizeof(struct fm_port_bd) in fm_eth_rx_port_parameter_init()
275 rxbd = (struct fm_port_bd *)rx_bd_ring_base; in fm_eth_rx_port_parameter_init()
295 muram_writew(&rxqd->bd_ring_size, sizeof(struct fm_port_bd) in fm_eth_rx_port_parameter_init()
312 struct fm_port_bd *txbd; in fm_eth_tx_port_parameter_init()
336 tx_bd_ring_base = malloc(sizeof(struct fm_port_bd) in fm_eth_tx_port_parameter_init()
341 memset(tx_bd_ring_base, 0, sizeof(struct fm_port_bd) in fm_eth_tx_port_parameter_init()
348 txbd = (struct fm_port_bd *)tx_bd_ring_base; in fm_eth_tx_port_parameter_init()
363 muram_writew(&txqd->bd_ring_size, sizeof(struct fm_port_bd) in fm_eth_tx_port_parameter_init()
[all …]
Dfm.h36 struct fm_port_bd { struct