/kernel/linux/linux-5.10/drivers/net/bonding/ |
D | bond_options.c | 574 static int bond_opt_check_deps(struct bonding *bond, in bond_opt_check_deps() 589 static void bond_opt_dep_print(struct bonding *bond, in bond_opt_dep_print() 602 static void bond_opt_error_interpret(struct bonding *bond, in bond_opt_error_interpret() 657 int __bond_opt_set(struct bonding *bond, in __bond_opt_set() 695 int __bond_opt_set_notify(struct bonding *bond, in __bond_opt_set_notify() 719 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf) in bond_opt_tryset_rtnl() 761 static int bond_option_mode_set(struct bonding *bond, in bond_option_mode_set() 793 static int bond_option_active_slave_set(struct bonding *bond, in bond_option_active_slave_set() 857 static int bond_option_miimon_set(struct bonding *bond, in bond_option_miimon_set() 899 static int _bond_option_delay_set(struct bonding *bond, in _bond_option_delay_set() [all …]
|
D | bond_sysfs.c | 41 struct bonding *bond; in bonding_show_bonds() local 64 struct bonding *bond; in bond_get_by_name() local 145 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option() local 168 struct bonding *bond = to_bond(d); in bonding_show_slaves() local 201 struct bonding *bond = to_bond(d); in bonding_show_mode() local 215 struct bonding *bond = to_bond(d); in bonding_show_xmit_hash() local 230 struct bonding *bond = to_bond(d); in bonding_show_arp_validate() local 246 struct bonding *bond = to_bond(d); in bonding_show_arp_all_targets() local 262 struct bonding *bond = to_bond(d); in bonding_show_fail_over_mac() local 278 struct bonding *bond = to_bond(d); in bonding_show_arp_interval() local [all …]
|
D | bond_main.c | 289 netdev_tx_t bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, in bond_dev_queue_xmit() 331 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_add_vid() local 365 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_kill_vid() local 389 struct bonding *bond; in bond_ipsec_add_sa() local 433 static void bond_ipsec_add_sa_all(struct bonding *bond) in bond_ipsec_add_sa_all() 477 struct bonding *bond; in bond_ipsec_del_sa() local 516 static void bond_ipsec_del_sa_all(struct bonding *bond) in bond_ipsec_del_sa_all() 559 struct bonding *bond; in bond_ipsec_offload_ok() local 605 int bond_set_carrier(struct bonding *bond) in bond_set_carrier() 699 static int bond_check_dev_link(struct bonding *bond, in bond_check_dev_link() [all …]
|
D | bond_alb.c | 93 static void __tlb_clear_slave(struct bonding *bond, struct slave *slave, in __tlb_clear_slave() 115 static void tlb_clear_slave(struct bonding *bond, struct slave *slave, in tlb_clear_slave() 124 static int tlb_initialize(struct bonding *bond) in tlb_initialize() 148 static void tlb_deinitialize(struct bonding *bond) in tlb_deinitialize() 166 static struct slave *tlb_get_least_loaded_slave(struct bonding *bond) in tlb_get_least_loaded_slave() 190 static struct slave *__tlb_choose_channel(struct bonding *bond, u32 hash_index, in __tlb_choose_channel() 226 static struct slave *tlb_choose_channel(struct bonding *bond, u32 hash_index, in tlb_choose_channel() 247 static void rlb_update_entry_from_arp(struct bonding *bond, struct arp_pkt *arp) in rlb_update_entry_from_arp() 271 static int rlb_arp_recv(const struct sk_buff *skb, struct bonding *bond, in rlb_arp_recv() 305 static struct slave *__rlb_next_rx_slave(struct bonding *bond) in __rlb_next_rx_slave() [all …]
|
D | bond_debugfs.c | 20 struct bonding *bond = m->private; in bond_debug_rlb_hash_show() local 50 void bond_debug_register(struct bonding *bond) in bond_debug_register() 62 void bond_debug_unregister(struct bonding *bond) in bond_debug_unregister() 70 void bond_debug_reregister(struct bonding *bond) in bond_debug_reregister() 105 void bond_debug_register(struct bonding *bond) in bond_debug_register() 109 void bond_debug_unregister(struct bonding *bond) in bond_debug_unregister() 113 void bond_debug_reregister(struct bonding *bond) in bond_debug_reregister()
|
D | bond_procfs.c | 13 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_seq_start() local 32 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_seq_next() local 59 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_show_master() local 172 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_show_slave() local 262 void bond_create_proc_entry(struct bonding *bond) in bond_create_proc_entry() 278 void bond_remove_proc_entry(struct bonding *bond) in bond_remove_proc_entry()
|
D | bond_3ad.c | 141 struct bonding *bond = __get_bond_by_port(port); in __get_first_agg() local 207 struct bonding *bond = __get_bond_by_port(port); in __get_agg_selection_mode() local 221 struct bonding *bond = __get_bond_by_port(port); in __check_agg_selection_timer() local 368 const struct bonding *bond = bond_get_bond_by_slave(port->slave); in __ad_actor_update_port() local 751 struct bonding *bond = aggregator->slave->bond; in __get_active_agg() local 1379 struct bonding *bond; in ad_port_selection_logic() local 1657 struct bonding *bond = agg->slave->bond; in ad_agg_selection_logic() local 1976 void bond_3ad_initiate_agg_selection(struct bonding *bond, int timeout) in bond_3ad_initiate_agg_selection() 1988 void bond_3ad_initialize(struct bonding *bond, u16 tick_resolution) in bond_3ad_initialize() 2025 struct bonding *bond = bond_get_bond_by_slave(slave); in bond_3ad_bind_slave() local [all …]
|
D | bond_netlink.c | 135 struct bonding *bond = netdev_priv(bond_dev); in bond_slave_changelink() local 162 struct bonding *bond = netdev_priv(bond_dev); in bond_changelink() local 460 struct bonding *bond = netdev_priv(bond_dev); in bond_newlink() local 509 static int bond_option_active_slave_get_ifindex(struct bonding *bond) in bond_option_active_slave_get_ifindex() 524 struct bonding *bond = netdev_priv(bond_dev); in bond_fill_info() local 707 struct bonding *bond; in bond_fill_linkxstats() local
|
/kernel/linux/linux-5.10/include/net/ |
D | bonding.h | 50 #define BOND_MODE(bond) ((bond)->params.mode) argument 53 #define bond_slave_list(bond) (&(bond)->dev->adj_list.lower) argument 55 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond)) argument 58 #define bond_first_slave(bond) \ argument 62 #define bond_last_slave(bond) \ argument 68 #define bond_first_slave_rcu(bond) \ argument 71 #define bond_is_first_slave(bond, pos) (pos == bond_first_slave(bond)) argument 72 #define bond_is_last_slave(bond, pos) (pos == bond_last_slave(bond)) argument 82 #define bond_for_each_slave(bond, pos, iter) \ argument 86 #define bond_for_each_slave_rcu(bond, pos, iter) \ argument [all …]
|
D | bond_alb.h | 14 #define BOND_ALB_INFO(bond) ((bond)->alb_info) argument 23 #define BOND_ALB_LP_INTERVAL(bond) (bond->params.lp_interval) /* In seconds, periodic send of argument 30 #define BOND_ALB_LP_TICKS(bond) (BOND_ALB_LP_INTERVAL(bond) \ argument
|
D | bond_3ad.h | 259 #define BOND_AD_INFO(bond) ((bond)->ad_info) argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | bond.c | 280 struct mlx5e_rep_bond *bond; in mlx5e_rep_esw_bond_netevent() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
D | ocelot.c | 1274 struct net_device *bond) in ocelot_port_lag_join() 1314 struct net_device *bond) in ocelot_port_lag_leave()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rep.h | 92 struct mlx5e_rep_bond *bond; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2901 struct mlx4_en_bond *bond = container_of(work, in mlx4_en_bond_work() local 2933 struct mlx4_en_bond *bond = NULL; in mlx4_en_queue_bond_work() local
|
D | resource_tracker.c | 5025 static int mlx4_mirror_fs_rules(struct mlx4_dev *dev, bool bond) in mlx4_mirror_fs_rules()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_lrc.c | 5757 struct ve_bond *bond; in virtual_bond_execute() local 5949 struct ve_bond *bond; in intel_virtual_engine_attach_bond() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_context.c | 1736 struct intel_engine_cs *bond; in set_engines__bond() local
|
/kernel/linux/linux-5.10/include/linux/ |
D | netdevice.h | 2785 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument
|