Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/fm/
H A 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()
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()
348 txbd = (struct fm_port_bd *)tx_bd_ring_base; in fm_eth_tx_port_parameter_init()
518 struct fm_port_bd *txbd, *txbd_base; in fm_eth_send()
545 offset_in += sizeof(struct fm_port_bd); in fm_eth_send()
576 struct fm_port_bd *rxbd, *rxbd_base; in fm_eth_recv()
[all …]
H A Dfm.h36 struct fm_port_bd { struct