Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dbond_3ad.h105 __be16 actor_port_priority; member
208 u16 actor_port_priority; member
/openbmc/linux/drivers/net/bonding/
H A Dbond_3ad.c466 (ntohs(lacpdu->partner_port_priority) == port->actor_port_priority) && in __choose_matched()
498 partner->port_priority = ntohs(lacpdu->actor_port_priority); in __record_pdu()
565 ntohs(lacpdu->actor_port_priority) != partner->port_priority || in __update_selected()
628 (ntohs(lacpdu->partner_port_priority) != port->actor_port_priority) || in __update_ntt()
810 lacpdu->actor_port_priority = htons(port->actor_port_priority); in __update_lacpdu_from_port()
1870 port->actor_port_priority = 0xff; in ad_initialize_port()
H A Dbond_procfs.c239 port->actor_port_priority); in bond_info_show_slave()