Home
last modified time | relevance | path

Searched refs:bonded_eth_dev (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c197 struct rte_eth_dev *bonded_eth_dev; in slave_vlan_filter_set() local
505 if (mac_address_set(bonded_eth_dev, in __eth_bond_slave_add_lock_free()
562 if (bonded_eth_dev->data->dev_started) { in __eth_bond_slave_add_lock_free()
593 &bonded_eth_dev->data->port_id); in __eth_bond_slave_add_lock_free()
621 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_slave_add() local
648 struct rte_eth_dev *bonded_eth_dev; in __eth_bond_slave_remove_lock_free() local
747 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_slave_remove() local
769 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_mode_set() local
884 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_mac_address_set() local
909 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_mac_address_reset() local
[all …]
H A Drte_eth_bond_pmd.c281 struct rte_eth_dev *bonded_eth_dev = in rx_burst_8023ad() local
1464 &bonded_eth_dev->data->mac_addrs[i]); in slave_add_mac_addresses()
1515 bonded_eth_dev->data->mac_addrs)) { in mac_address_slaves_update()
1535 bonded_eth_dev->data->mac_addrs)) { in mac_address_slaves_update()
1751 bonded_eth_dev->data->mtu); in slave_configure()
2908 struct rte_eth_dev *bonded_eth_dev; in bond_ethdev_lsc_event_callback() local
2930 if (!bonded_eth_dev->data->dev_started) in bond_ethdev_lsc_event_callback()
2987 activate_slave(bonded_eth_dev, port_id); in bond_ethdev_lsc_event_callback()
3031 bonded_eth_dev); in bond_ethdev_lsc_event_callback()
3037 (void *)bonded_eth_dev); in bond_ethdev_lsc_event_callback()
[all …]
H A Deth_bond_private.h232 mac_address_slaves_update(struct rte_eth_dev *bonded_eth_dev);
235 slave_add_mac_addresses(struct rte_eth_dev *bonded_eth_dev,
239 slave_remove_mac_addresses(struct rte_eth_dev *bonded_eth_dev,
246 slave_configure(struct rte_eth_dev *bonded_eth_dev,
250 slave_start(struct rte_eth_dev *bonded_eth_dev,
/dpdk/app/test/
H A Dvirtual_pmd.c167 virtual_ethdev_link_update_success(struct rte_eth_dev *bonded_eth_dev, in virtual_ethdev_link_update_success() argument
170 if (!bonded_eth_dev->data->dev_started) in virtual_ethdev_link_update_success()
171 bonded_eth_dev->data->dev_link.link_status = RTE_ETH_LINK_DOWN; in virtual_ethdev_link_update_success()
177 virtual_ethdev_link_update_fail(struct rte_eth_dev *bonded_eth_dev __rte_unused, in virtual_ethdev_link_update_fail()