Home
last modified time | relevance | path

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

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c567 struct bond_tx_queue *bd_tx_q; in bond_ethdev_tx_burst_round_robin() local
581 internals = bd_tx_q->dev_private; in bond_ethdev_tx_burst_round_robin()
630 struct bond_tx_queue *bd_tx_q; in bond_ethdev_tx_burst_active_backup() local
633 internals = bd_tx_q->dev_private; in bond_ethdev_tx_burst_active_backup()
1296 struct bond_tx_queue *bd_tx_q; in bond_ethdev_tx_burst_broadcast() local
1766 struct bond_tx_queue *bd_tx_q; in slave_start() local
1792 bd_tx_q->nb_tx_desc, in slave_start()
1794 &bd_tx_q->tx_conf); in slave_start()
2338 if (bd_tx_q == NULL) in bond_ethdev_tx_queue_setup()
2341 bd_tx_q->queue_id = tx_queue_id; in bond_ethdev_tx_queue_setup()
[all …]
H A Drte_eth_bond_8023ad.c1051 struct bond_tx_queue *bd_tx_q; in bond_mode_8023ad_activate_slave() local
1099 bd_tx_q = (struct bond_tx_queue*)bond_dev->data->tx_queues[q_id]; in bond_mode_8023ad_activate_slave()
1100 total_tx_desc += bd_tx_q->nb_tx_desc; in bond_mode_8023ad_activate_slave()