Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_sysfs_slave.c85 const struct port *ad_port; in ad_actor_oper_port_state_show() local
88 ad_port = &SLAVE_AD_INFO(slave)->port; in ad_actor_oper_port_state_show()
89 if (ad_port->aggregator) in ad_actor_oper_port_state_show()
91 ad_port->actor_oper_port_state); in ad_actor_oper_port_state_show()
100 const struct port *ad_port; in ad_partner_oper_port_state_show() local
103 ad_port = &SLAVE_AD_INFO(slave)->port; in ad_partner_oper_port_state_show()
104 if (ad_port->aggregator) in ad_partner_oper_port_state_show()
106 ad_port->partner_oper.port_state); in ad_partner_oper_port_state_show()
Dbond_netlink.c61 const struct port *ad_port; in bond_fill_slave_info() local
63 ad_port = &SLAVE_AD_INFO(slave)->port; in bond_fill_slave_info()
71 ad_port->actor_oper_port_state)) in bond_fill_slave_info()
75 ad_port->partner_oper.port_state)) in bond_fill_slave_info()