Home
last modified time | relevance | path

Searched refs:ad_port (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs_slave.c77 const struct port *ad_port; in ad_actor_oper_port_state_show() local
80 ad_port = &SLAVE_AD_INFO(slave)->port; in ad_actor_oper_port_state_show()
81 if (ad_port->aggregator) in ad_actor_oper_port_state_show()
83 ad_port->actor_oper_port_state); in ad_actor_oper_port_state_show()
92 const struct port *ad_port; in ad_partner_oper_port_state_show() local
95 ad_port = &SLAVE_AD_INFO(slave)->port; in ad_partner_oper_port_state_show()
96 if (ad_port->aggregator) in ad_partner_oper_port_state_show()
98 ad_port->partner_oper.port_state); in ad_partner_oper_port_state_show()
H A Dbond_netlink.c62 const struct port *ad_port; in bond_fill_slave_info() local
64 ad_port = &SLAVE_AD_INFO(slave)->port; in bond_fill_slave_info()
72 ad_port->actor_oper_port_state)) in bond_fill_slave_info()
76 ad_port->partner_oper.port_state)) in bond_fill_slave_info()