Searched refs:bond_dev_private (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_api.c | 43 struct bond_dev_private *internals; in check_for_master_bonded_ethdev() 147 struct bond_dev_private *internals; in rte_eth_bond_create() 192 struct bond_dev_private *internals; in slave_vlan_filter_set() 451 struct bond_dev_private *internals; in __eth_bond_slave_add_lock_free() 604 struct bond_dev_private *internals; in rte_eth_bond_slave_add() 629 struct bond_dev_private *internals; in __eth_bond_slave_remove_lock_free() 728 struct bond_dev_private *internals; in rte_eth_bond_slave_remove() 766 struct bond_dev_private *internals; in rte_eth_bond_mode_get() 779 struct bond_dev_private *internals; in rte_eth_bond_primary_set() 800 struct bond_dev_private *internals; in rte_eth_bond_primary_get() [all …]
|
| H A D | eth_bond_private.h | 56 struct bond_dev_private *dev_private; 69 struct bond_dev_private *dev_private; 108 struct bond_dev_private { struct 250 slave_remove(struct bond_dev_private *internals, 254 slave_add(struct bond_dev_private *internals, 271 bond_ethdev_primary_set(struct bond_dev_private *internals, 311 bond_tlb_disable(struct bond_dev_private *internals); 314 bond_tlb_enable(struct bond_dev_private *internals); 317 bond_tlb_activate_slave(struct bond_dev_private *internals);
|
| H A D | rte_eth_bond_alb.h | 72 struct bond_dev_private *internals); 89 struct bond_dev_private *internals); 103 struct rte_mbuf *pkt, struct bond_dev_private *internals);
|
| H A D | rte_eth_bond_flow.c | 68 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 D | rte_eth_bond_pmd.c | 61 struct bond_dev_private *internals; in bond_ethdev_rx_burst() 98 struct bond_dev_private *internals; in bond_ethdev_rx_burst_active_backup() 570 struct bond_dev_private *internals; in bond_ethdev_tx_burst_round_robin() 633 struct bond_dev_private *internals; in bond_ethdev_tx_burst_active_backup() 1299 struct bond_dev_private *internals; in bond_ethdev_tx_burst_broadcast() 1563 struct bond_dev_private *internals; in bond_ethdev_mode_set() 1936 struct bond_dev_private *internals; in bond_ethdev_start() 2339 struct bond_dev_private *internals; in bond_ethdev_slave_link_status_change_monitor() 2399 struct bond_dev_private *bond_ctx; in bond_ethdev_link_update() 2804 struct bond_dev_private *internals; in bond_ethdev_lsc_event_callback() [all …]
|
| H A D | rte_eth_bond_alb.c | 22 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 D | rte_eth_bond_8023ad.c | 260 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() 1181 struct bond_dev_private *internals = dev->data->dev_private; in bond_mode_8023ad_conf_get() 1237 struct bond_dev_private *internals = dev->data->dev_private; in bond_mode_8023ad_setup() 1400 struct bond_dev_private *internals; in rte_eth_bond_8023ad_agg_selection_set() 1422 struct bond_dev_private *internals; in rte_eth_bond_8023ad_agg_selection_get() 1492 struct bond_dev_private *internals; in rte_eth_bond_8023ad_slave_info() 1524 struct bond_dev_private *internals; in bond_8023ad_ext_validate() 1684 struct bond_dev_private *internals; in rte_eth_bond_8023ad_dedicated_queues_enable() [all …]
|
| H A D | eth_bond_8023ad_private.h | 191 struct bond_dev_private; 263 bond_mode_8023ad_handle_slow_pkt(struct bond_dev_private *internals,
|