Home
last modified time | relevance | path

Searched refs:BOND_MODE_8023AD (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/bonding/
Dbond_main.c229 [BOND_MODE_8023AD] = "IEEE 802.3ad Dynamic link aggregation", in bond_mode_name()
350 if (BOND_MODE(bond) == BOND_MODE_8023AD) in bond_set_carrier()
570 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_hw_addr_flush()
819 if (BOND_MODE(bond) == BOND_MODE_8023AD) in bond_change_active_slave()
962 if (BOND_MODE(bond) == BOND_MODE_8023AD) in bond_poll_controller()
972 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_poll_controller()
1219 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_alloc_slave()
1234 if (BOND_MODE(bond) == BOND_MODE_8023AD) in bond_free_slave()
1505 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_enslave()
1593 case BOND_MODE_8023AD: in bond_enslave()
[all …]
Dbond_sysfs.c512 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bonding_show_ad_aggregator()
532 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bonding_show_ad_num_ports()
552 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bonding_show_ad_actor_key()
572 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bonding_show_ad_partner_key()
592 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bonding_show_ad_partner_mac()
Dbond_procfs.c127 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_info_show_master()
182 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_info_show_slave()
Dbond_sysfs_slave.c72 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in ad_aggregator_id_show()
Dbond_options.c80 { "802.3ad", BOND_MODE_8023AD, 0},
217 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
241 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
272 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_8023AD)),
Dbond_netlink.c57 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in bond_fill_slave_info()
551 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_fill_info()
/linux-4.1.27/include/uapi/linux/
Dif_bonding.h70 #define BOND_MODE_8023AD 4 macro
/linux-4.1.27/include/net/
Dbonding.h288 return (BOND_MODE(bond) == BOND_MODE_8023AD || in bond_mode_uses_xmit_hash()
295 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2612 (bonding_info->master.bond_mode != BOND_MODE_8023AD)) in mlx4_en_netdev_event()