Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c571 struct bond_tx_queue *bd_tx_q; in bond_ethdev_tx_burst_round_robin() local
585 internals = bd_tx_q->dev_private; in bond_ethdev_tx_burst_round_robin()
634 struct bond_tx_queue *bd_tx_q; in bond_ethdev_tx_burst_active_backup() local
637 internals = bd_tx_q->dev_private; in bond_ethdev_tx_burst_active_backup()
1300 struct bond_tx_queue *bd_tx_q; in bond_ethdev_tx_burst_broadcast() local
1686 struct bond_tx_queue *bd_tx_q; in slave_configure() local
1780 bd_tx_q->nb_tx_desc, in slave_configure()
1782 &bd_tx_q->tx_conf); in slave_configure()
2303 if (bd_tx_q == NULL) in bond_ethdev_tx_queue_setup()
2306 bd_tx_q->queue_id = tx_queue_id; in bond_ethdev_tx_queue_setup()
[all …]
H A Drte_eth_bond_8023ad.c1022 struct bond_tx_queue *bd_tx_q; in bond_mode_8023ad_activate_slave() local
1070 bd_tx_q = (struct bond_tx_queue*)bond_dev->data->tx_queues[q_id]; in bond_mode_8023ad_activate_slave()
1071 total_tx_desc += bd_tx_q->nb_tx_desc; in bond_mode_8023ad_activate_slave()