Home
last modified time | relevance | path

Searched refs:bond_dev_private (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c43 struct bond_dev_private *internals; in check_for_master_bonded_ethdev()
153 struct bond_dev_private *internals; in rte_eth_bond_create()
198 struct bond_dev_private *internals; in slave_vlan_filter_set()
463 struct bond_dev_private *internals; in __eth_bond_slave_add_lock_free()
622 struct bond_dev_private *internals; in rte_eth_bond_slave_add()
649 struct bond_dev_private *internals; in __eth_bond_slave_remove_lock_free()
748 struct bond_dev_private *internals; in rte_eth_bond_slave_remove()
786 struct bond_dev_private *internals; in rte_eth_bond_mode_get()
799 struct bond_dev_private *internals; in rte_eth_bond_primary_set()
820 struct bond_dev_private *internals; in rte_eth_bond_primary_get()
[all …]
H A Deth_bond_private.h56 struct bond_dev_private *dev_private;
69 struct bond_dev_private *dev_private;
108 struct bond_dev_private { struct
215 valid_slave_port_id(struct bond_dev_private *internals, uint16_t port_id);
254 slave_remove(struct bond_dev_private *internals,
258 slave_add(struct bond_dev_private *internals,
275 bond_ethdev_primary_set(struct bond_dev_private *internals,
315 bond_tlb_disable(struct bond_dev_private *internals);
318 bond_tlb_enable(struct bond_dev_private *internals);
321 bond_tlb_activate_slave(struct bond_dev_private *internals);
H A Drte_eth_bond_alb.h72 struct bond_dev_private *internals);
89 struct bond_dev_private *internals);
103 struct rte_mbuf *pkt, struct bond_dev_private *internals);
H A Drte_eth_bond_pmd.c61 struct bond_dev_private *internals; in bond_ethdev_rx_burst()
98 struct bond_dev_private *internals; in bond_ethdev_rx_burst_active_backup()
566 struct bond_dev_private *internals; in bond_ethdev_tx_burst_round_robin()
629 struct bond_dev_private *internals; in bond_ethdev_tx_burst_active_backup()
1295 struct bond_dev_private *internals; in bond_ethdev_tx_burst_broadcast()
1559 struct bond_dev_private *internals; in bond_ethdev_mode_set()
1958 struct bond_dev_private *internals; in bond_ethdev_start()
2378 struct bond_dev_private *internals; in bond_ethdev_slave_link_status_change_monitor()
2438 struct bond_dev_private *bond_ctx; in bond_ethdev_link_update()
2909 struct bond_dev_private *internals; in bond_ethdev_lsc_event_callback()
[all …]
H A Drte_eth_bond_flow.c68 struct bond_dev_private *internals = dev->data->dev_private; in bond_flow_validate()
90 struct bond_dev_private *internals = dev->data->dev_private; in bond_flow_create()
126 struct bond_dev_private *internals = dev->data->dev_private; in bond_flow_destroy()
151 struct bond_dev_private *internals = dev->data->dev_private; in bond_flow_flush()
176 struct bond_dev_private *internals = dev->data->dev_private; in bond_flow_query_count()
220 struct bond_dev_private *internals = dev->data->dev_private; in bond_flow_isolate()
H A Drte_eth_bond_8023ad.c260 rx_machine(struct bond_dev_private *internals, uint16_t slave_id, in rx_machine()
455 mux_machine(struct bond_dev_private *internals, uint16_t slave_id) in mux_machine()
558 tx_machine(struct bond_dev_private *internals, uint16_t slave_id) in tx_machine()
1210 struct bond_dev_private *internals = dev->data->dev_private; in bond_mode_8023ad_conf_get()
1266 struct bond_dev_private *internals = dev->data->dev_private; in bond_mode_8023ad_setup()
1427 struct bond_dev_private *internals; in rte_eth_bond_8023ad_agg_selection_set()
1449 struct bond_dev_private *internals; in rte_eth_bond_8023ad_agg_selection_get()
1519 struct bond_dev_private *internals; in rte_eth_bond_8023ad_slave_info()
1551 struct bond_dev_private *internals; in bond_8023ad_ext_validate()
1711 struct bond_dev_private *internals; in rte_eth_bond_8023ad_dedicated_queues_enable()
[all …]
H A Drte_eth_bond_alb.c22 calculate_slave(struct bond_dev_private *internals) in calculate_slave()
34 struct bond_dev_private *internals = bond_dev->data->dev_private; in bond_mode_alb_enable()
76 struct bond_dev_private *internals) in bond_mode_alb_arp_recv()
129 struct bond_dev_private *internals) in bond_mode_alb_arp_xmit()
207 struct rte_mbuf *pkt, struct bond_dev_private *internals) in bond_mode_alb_arp_upd()
250 struct bond_dev_private *internals = bond_dev->data->dev_private; in bond_mode_alb_client_list_upd()
H A Deth_bond_8023ad_private.h191 struct bond_dev_private;
263 bond_mode_8023ad_handle_slow_pkt(struct bond_dev_private *internals,