Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c191 struct rte_eth_dev *bonded_eth_dev; in slave_vlan_filter_set() local
493 if (mac_address_set(bonded_eth_dev, in __eth_bond_slave_add_lock_free()
550 if (bonded_eth_dev->data->dev_started) { in __eth_bond_slave_add_lock_free()
575 &bonded_eth_dev->data->port_id); in __eth_bond_slave_add_lock_free()
603 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_slave_add() local
628 struct rte_eth_dev *bonded_eth_dev; in __eth_bond_slave_remove_lock_free() local
727 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_slave_remove() local
749 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_mode_set() local
864 struct rte_eth_dev *bonded_eth_dev; in rte_eth_bond_mac_address_set() local
889 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
1468 &bonded_eth_dev->data->mac_addrs[i]); in slave_add_mac_addresses()
1519 bonded_eth_dev->data->mac_addrs)) { in mac_address_slaves_update()
1539 bonded_eth_dev->data->mac_addrs)) { in mac_address_slaves_update()
1742 bonded_eth_dev->data->mtu); in slave_configure()
2803 struct rte_eth_dev *bonded_eth_dev; in bond_ethdev_lsc_event_callback() local
2825 if (!bonded_eth_dev->data->dev_started) in bond_ethdev_lsc_event_callback()
2880 activate_slave(bonded_eth_dev, port_id); in bond_ethdev_lsc_event_callback()
2922 bonded_eth_dev); in bond_ethdev_lsc_event_callback()
2928 (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,
/f-stack/dpdk/app/test/
H A Dvirtual_pmd.c177 virtual_ethdev_link_update_success(struct rte_eth_dev *bonded_eth_dev, in virtual_ethdev_link_update_success() argument
180 if (!bonded_eth_dev->data->dev_started) in virtual_ethdev_link_update_success()
181 bonded_eth_dev->data->dev_link.link_status = ETH_LINK_DOWN; in virtual_ethdev_link_update_success()
187 virtual_ethdev_link_update_fail(struct rte_eth_dev *bonded_eth_dev __rte_unused, in virtual_ethdev_link_update_fail()