Home
last modified time | relevance | path

Searched refs:bond_tx_queue (Results 1 – 3 of 3) 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()
580 bd_tx_q = (struct bond_tx_queue *)queue; in bond_ethdev_tx_burst_round_robin()
630 struct bond_tx_queue *bd_tx_q; in bond_ethdev_tx_burst_active_backup()
908 struct bond_tx_queue *bd_tx_q = (struct bond_tx_queue *)queue; in bond_ethdev_tx_burst_tlb()
979 struct bond_tx_queue *bd_tx_q = (struct bond_tx_queue *)queue; in bond_ethdev_tx_burst_alb()
1127 struct bond_tx_queue *bd_tx_q = (struct bond_tx_queue *)queue; in tx_burst_balance()
1185 struct bond_tx_queue *bd_tx_q = (struct bond_tx_queue *)queue; in bond_ethdev_tx_burst_balance()
1211 struct bond_tx_queue *bd_tx_q = (struct bond_tx_queue *)queue; in tx_burst_8023ad()
1296 struct bond_tx_queue *bd_tx_q; in bond_ethdev_tx_burst_broadcast()
1766 struct bond_tx_queue *bd_tx_q; in slave_start()
[all …]
H A Deth_bond_private.h66 struct bond_tx_queue { struct
H A Drte_eth_bond_8023ad.c1051 struct bond_tx_queue *bd_tx_q; in bond_mode_8023ad_activate_slave()
1099 bd_tx_q = (struct bond_tx_queue*)bond_dev->data->tx_queues[q_id]; in bond_mode_8023ad_activate_slave()