Searched refs:current_primary_port (Results 1 – 4 of 4) sorted by relevance
148 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()
105 return rte_eth_rx_burst(internals->current_primary_port, in bond_ethdev_rx_burst_active_backup()1532 internals->current_primary_port) { in mac_address_slaves_update()1534 internals->current_primary_port, in mac_address_slaves_update()1537 internals->current_primary_port); in mac_address_slaves_update()1943 internals->current_primary_port = slave_port_id; in bond_ethdev_primary_set()2499 bond_ctx->current_primary_port, in bond_ethdev_link_update()2644 port_id = internals->current_primary_port; in bond_ethdev_promiscuous_enable()2704 port_id = internals->current_primary_port; in bond_ethdev_promiscuous_disable()2791 port_id = internals->current_primary_port; in bond_ethdev_allmulticast_enable()2850 port_id = internals->current_primary_port; in bond_ethdev_allmulticast_disable()[all …]
514 internals->current_primary_port = slave_port_id; in __eth_bond_slave_add_lock_free()713 if (internals->current_primary_port == slave_port_id) { in __eth_bond_slave_remove_lock_free()715 internals->current_primary_port = internals->active_slaves[0]; in __eth_bond_slave_remove_lock_free()717 internals->current_primary_port = internals->slaves[0].port_id; in __eth_bond_slave_remove_lock_free()830 return internals->current_primary_port; in rte_eth_bond_primary_get()
116 uint16_t current_primary_port; /**< Primary Slave Port */ member