Searched refs:agg (Results 1 – 1 of 1) sorted by relevance
322 agg = &bond_mode_8023ad_ports[port->aggregator_port_id]; in rx_machine()325 rte_is_same_ether_addr(&agg->actor.system, in rx_machine()606 agg = &bond_mode_8023ad_ports[port->aggregator_port_id]; in tx_machine()607 rte_ether_addr_copy(&agg->actor.system, in tx_machine()682 struct port *agg, *port; in selection_logic() local698 agg = &bond_mode_8023ad_ports[slaves[i]]; in selection_logic()700 if (agg->aggregator_port_id != slaves[i]) in selection_logic()715 if ((agg->actor.key == port->actor.key && in selection_logic()717 rte_is_same_ether_addr(&agg->partner.system, in selection_logic()719 && (agg->partner.key == port->partner.key)) && in selection_logic()[all …]