Home
last modified time | relevance | path

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

/u-boot/drivers/net/fm/
A Deth.c253 struct fm_port_bd *rxbd; in fm_eth_rx_port_parameter_init()
281 rx_bd_ring_base = malloc(sizeof(struct fm_port_bd) in fm_eth_rx_port_parameter_init()
303 rxbd = (struct fm_port_bd *)rx_bd_ring_base; in fm_eth_rx_port_parameter_init()
340 struct fm_port_bd *txbd; in fm_eth_tx_port_parameter_init()
376 txbd = (struct fm_port_bd *)tx_bd_ring_base; in fm_eth_tx_port_parameter_init()
580 struct fm_port_bd *txbd, *txbd_base; in fm_eth_send()
611 offset_in += sizeof(struct fm_port_bd); in fm_eth_send()
639 struct fm_port_bd *rxbd) in fm_eth_free_one()
642 struct fm_port_bd *rxbd_base; in fm_eth_free_one()
660 offset_out += sizeof(struct fm_port_bd); in fm_eth_free_one()
[all …]
A Dfm.h36 struct fm_port_bd { struct

Completed in 6 milliseconds