Searched refs:fm_port_bd (Results 1 – 2 of 2) sorted by relevance
226 struct fm_port_bd *rxbd; in fm_eth_rx_port_parameter_init()254 rx_bd_ring_base = malloc(sizeof(struct fm_port_bd) in fm_eth_rx_port_parameter_init()259 memset(rx_bd_ring_base, 0, sizeof(struct fm_port_bd) in fm_eth_rx_port_parameter_init()276 rxbd = (struct fm_port_bd *)rx_bd_ring_base; in fm_eth_rx_port_parameter_init()296 muram_writew(&rxqd->bd_ring_size, sizeof(struct fm_port_bd) in fm_eth_rx_port_parameter_init()313 struct fm_port_bd *txbd; in fm_eth_tx_port_parameter_init()337 tx_bd_ring_base = malloc(sizeof(struct fm_port_bd) in fm_eth_tx_port_parameter_init()342 memset(tx_bd_ring_base, 0, sizeof(struct fm_port_bd) in fm_eth_tx_port_parameter_init()349 txbd = (struct fm_port_bd *)tx_bd_ring_base; in fm_eth_tx_port_parameter_init()364 muram_writew(&txqd->bd_ring_size, sizeof(struct fm_port_bd) in fm_eth_tx_port_parameter_init()[all …]
37 struct fm_port_bd { struct