Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.c148 rte_eth_macaddr_get(internals->current_primary_port, in bond_mode_alb_arp_xmit()
150 return internals->current_primary_port; in bond_mode_alb_arp_xmit()
200 rte_eth_macaddr_get(internals->current_primary_port, in bond_mode_alb_arp_xmit()
202 return internals->current_primary_port; in bond_mode_alb_arp_xmit()
H A Drte_eth_bond_api.c502 internals->current_primary_port = slave_port_id; in __eth_bond_slave_add_lock_free()
693 if (internals->current_primary_port == slave_port_id) { in __eth_bond_slave_remove_lock_free()
695 internals->current_primary_port = internals->active_slaves[0]; in __eth_bond_slave_remove_lock_free()
697 internals->current_primary_port = internals->slaves[0].port_id; in __eth_bond_slave_remove_lock_free()
810 return internals->current_primary_port; in rte_eth_bond_primary_get()
H A Drte_eth_bond_pmd.c105 return rte_eth_rx_burst(internals->current_primary_port, in bond_ethdev_rx_burst_active_backup()
1536 internals->current_primary_port) { in mac_address_slaves_update()
1538 internals->current_primary_port, in mac_address_slaves_update()
1541 internals->current_primary_port); in mac_address_slaves_update()
1921 internals->current_primary_port = slave_port_id; in bond_ethdev_primary_set()
2460 bond_ctx->current_primary_port, in bond_ethdev_link_update()
2605 port_id = internals->current_primary_port; in bond_ethdev_promiscuous_enable()
2665 port_id = internals->current_primary_port; in bond_ethdev_promiscuous_disable()
2719 port_id = internals->current_primary_port; in bond_ethdev_allmulticast_enable()
2778 port_id = internals->current_primary_port; in bond_ethdev_allmulticast_disable()
[all …]
H A Deth_bond_private.h116 uint16_t current_primary_port; /**< Primary Slave Port */ member