Home
last modified time | relevance | path

Searched refs:actor_system (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dbond_3ad.h103 struct mac_addr actor_system; member
209 …struct mac_addr actor_system; /* This parameter is added here although it is not specified in the … member
/openbmc/linux/drivers/net/bonding/
H A Dbond_3ad.c390 port->actor_system = BOND_AD_INFO(bond).system.sys_mac_addr; in __ad_actor_update_port()
467 MAC_ADDRESS_EQUAL(&(lacpdu->partner_system), &(port->actor_system)) && in __choose_matched()
499 partner->system = lacpdu->actor_system; in __record_pdu()
566 !MAC_ADDRESS_EQUAL(&lacpdu->actor_system, &partner->system) || in __update_selected()
629 !MAC_ADDRESS_EQUAL(&(lacpdu->partner_system), &(port->actor_system)) || in __update_ntt()
808 lacpdu->actor_system = port->actor_system; in __update_lacpdu_from_port()
1215 if (MAC_ADDRESS_EQUAL(&(lacpdu->actor_system), in ad_rx_machine()
1216 &(port->actor_system))) { in ad_rx_machine()
H A Dbond_procfs.c235 &port->actor_system); in bond_info_show_slave()