Searched refs:BOND_MODE_8023AD (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/bonding/ |
| H A D | bond_sysfs_slave.c | 64 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in ad_aggregator_id_show() 79 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in ad_actor_oper_port_state_show() 94 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in ad_partner_oper_port_state_show()
|
| H A D | bond_sysfs.c | 521 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bonding_show_ad_aggregator() 542 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bonding_show_ad_num_ports() 563 if (BOND_MODE(bond) == BOND_MODE_8023AD && capable(CAP_NET_ADMIN)) { in bonding_show_ad_actor_key() 584 if (BOND_MODE(bond) == BOND_MODE_8023AD && capable(CAP_NET_ADMIN)) { in bonding_show_ad_partner_key() 605 if (BOND_MODE(bond) == BOND_MODE_8023AD && capable(CAP_NET_ADMIN)) { in bonding_show_ad_partner_mac() 716 if (BOND_MODE(bond) == BOND_MODE_8023AD && capable(CAP_NET_ADMIN)) in bonding_show_ad_actor_sys_prio() 730 if (BOND_MODE(bond) == BOND_MODE_8023AD && capable(CAP_NET_ADMIN)) in bonding_show_ad_actor_system() 745 if (BOND_MODE(bond) == BOND_MODE_8023AD && capable(CAP_NET_ADMIN)) in bonding_show_ad_user_port_key()
|
| H A D | bond_options.c | 101 { "802.3ad", BOND_MODE_8023AD, 0}, 282 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) | 306 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) | 315 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) | 353 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_8023AD)), 362 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_8023AD)), 486 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_8023AD)), 493 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_8023AD)), 500 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_8023AD)), 507 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_8023AD)), [all …]
|
| H A D | bond_main.c | 279 [BOND_MODE_8023AD] = "IEEE 802.3ad Dynamic link aggregation", in bond_mode_name() 315 case BOND_MODE_8023AD: in bond_sk_check() 331 case BOND_MODE_8023AD: in __bond_xdp_check() 764 if (BOND_MODE(bond) == BOND_MODE_8023AD) in bond_set_carrier() 917 if (BOND_MODE(bond) == BOND_MODE_8023AD) in bond_hw_addr_flush() 1187 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_should_notify_peers() 1290 if (BOND_MODE(bond) == BOND_MODE_8023AD) in bond_change_active_slave() 1426 if (BOND_MODE(bond) == BOND_MODE_8023AD) in bond_poll_controller() 1434 if (BOND_MODE(bond) == BOND_MODE_8023AD) { in bond_poll_controller() 1671 case BOND_MODE_8023AD: in bond_lag_tx_type() [all …]
|
| /linux/include/net/ |
| H A D | bonding.h | 312 return BOND_MODE(bond) == BOND_MODE_8023AD || bond_is_lb(bond); in bond_needs_speed_duplex() 322 return (BOND_MODE(bond) == BOND_MODE_8023AD || in bond_mode_can_use_xmit_hash() 330 return (BOND_MODE(bond) == BOND_MODE_8023AD || in bond_mode_uses_xmit_hash() 337 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp() 574 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) in bond_set_slave_inactive_flags() 589 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) in bond_set_slave_active_flags()
|
| /linux/include/uapi/linux/ |
| H A D | if_bonding.h | 71 #define BOND_MODE_8023AD 4 macro
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_bonding.c | 129 [BOND_MODE_8023AD] = "802.3ad",
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 2938 (bonding_info->master.bond_mode != BOND_MODE_8023AD)) in mlx4_en_netdev_event()
|