Home
last modified time | relevance | path

Searched defs:bond (Results 1 – 24 of 24) sorted by relevance

/linux-6.1.9/drivers/net/bonding/
Dbond_options.c631 static int bond_opt_check_deps(struct bonding *bond, in bond_opt_check_deps()
646 static void bond_opt_dep_print(struct bonding *bond, in bond_opt_dep_print()
664 static void bond_opt_error_interpret(struct bonding *bond, in bond_opt_error_interpret()
740 int __bond_opt_set(struct bonding *bond, in __bond_opt_set()
779 int __bond_opt_set_notify(struct bonding *bond, in __bond_opt_set_notify()
803 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf) in bond_opt_tryset_rtnl()
832 static bool bond_set_xfrm_features(struct bonding *bond) in bond_set_xfrm_features()
845 static bool bond_set_tls_features(struct bonding *bond) in bond_set_tls_features()
858 static int bond_option_mode_set(struct bonding *bond, in bond_option_mode_set()
897 static int bond_option_active_slave_set(struct bonding *bond, in bond_option_active_slave_set()
[all …]
Dbond_sysfs.c41 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 …]
Dbond_alb.c93 static void __tlb_clear_slave(struct bonding *bond, struct slave *slave, in __tlb_clear_slave()
116 static void tlb_clear_slave(struct bonding *bond, struct slave *slave, in tlb_clear_slave()
125 static int tlb_initialize(struct bonding *bond) in tlb_initialize()
149 static void tlb_deinitialize(struct bonding *bond) in tlb_deinitialize()
167 static struct slave *tlb_get_least_loaded_slave(struct bonding *bond) in tlb_get_least_loaded_slave()
191 static struct slave *__tlb_choose_channel(struct bonding *bond, u32 hash_index, in __tlb_choose_channel()
227 static struct slave *tlb_choose_channel(struct bonding *bond, u32 hash_index, in tlb_choose_channel()
248 static void rlb_update_entry_from_arp(struct bonding *bond, struct arp_pkt *arp) in rlb_update_entry_from_arp()
272 static int rlb_arp_recv(const struct sk_buff *skb, struct bonding *bond, in rlb_arp_recv()
306 static struct slave *__rlb_next_rx_slave(struct bonding *bond) in __rlb_next_rx_slave()
[all …]
Dbond_main.c295 netdev_tx_t bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, in bond_dev_queue_xmit()
310 bool bond_sk_check(struct bonding *bond) in bond_sk_check()
323 static bool bond_xdp_check(struct bonding *bond) in bond_xdp_check()
369 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_add_vid() local
403 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_kill_vid() local
427 struct bonding *bond; in bond_ipsec_add_sa() local
471 static void bond_ipsec_add_sa_all(struct bonding *bond) in bond_ipsec_add_sa_all()
515 struct bonding *bond; in bond_ipsec_del_sa() local
554 static void bond_ipsec_del_sa_all(struct bonding *bond) in bond_ipsec_del_sa_all()
597 struct bonding *bond; in bond_ipsec_offload_ok() local
[all …]
Dbond_debugfs.c20 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()
104 void bond_debug_register(struct bonding *bond) in bond_debug_register()
108 void bond_debug_unregister(struct bonding *bond) in bond_debug_unregister()
112 void bond_debug_reregister(struct bonding *bond) in bond_debug_reregister()
Dbond_3ad.c145 struct bonding *bond = __get_bond_by_port(port); in __get_first_agg() local
211 struct bonding *bond = __get_bond_by_port(port); in __get_agg_selection_mode() local
225 struct bonding *bond = __get_bond_by_port(port); in __check_agg_selection_timer() local
382 const struct bonding *bond = bond_get_bond_by_slave(port->slave); in __ad_actor_update_port() local
771 struct bonding *bond = aggregator->slave->bond; in __get_active_agg() local
1400 struct bonding *bond; in ad_port_selection_logic() local
1679 struct bonding *bond = agg->slave->bond; in ad_agg_selection_logic() local
1999 void bond_3ad_initiate_agg_selection(struct bonding *bond, int timeout) in bond_3ad_initiate_agg_selection()
2010 void bond_3ad_initialize(struct bonding *bond) in bond_3ad_initialize()
2036 struct bonding *bond = bond_get_bond_by_slave(slave); in bond_3ad_bind_slave() local
[all …]
Dbond_procfs.c14 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_seq_start() local
33 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_seq_next() local
60 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_show_master() local
193 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_show_slave() local
283 void bond_create_proc_entry(struct bonding *bond) in bond_create_proc_entry()
299 void bond_remove_proc_entry(struct bonding *bond) in bond_remove_proc_entry()
Dbond_netlink.c144 struct bonding *bond = netdev_priv(bond_dev); in bond_slave_changelink() local
182 struct bonding *bond = netdev_priv(bond_dev); in bond_changelink() local
562 struct bonding *bond = netdev_priv(bond_dev); in bond_newlink() local
616 static int bond_option_active_slave_get_ifindex(struct bonding *bond) in bond_option_active_slave_get_ifindex()
631 struct bonding *bond = netdev_priv(bond_dev); in bond_fill_info() local
842 struct bonding *bond; in bond_fill_linkxstats() local
/linux-6.1.9/include/net/
Dbonding.h53 #define BOND_MODE(bond) ((bond)->params.mode) argument
56 #define bond_slave_list(bond) (&(bond)->dev->adj_list.lower) argument
58 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond)) argument
61 #define bond_first_slave(bond) \ argument
65 #define bond_last_slave(bond) \ argument
71 #define bond_first_slave_rcu(bond) \ argument
74 #define bond_is_first_slave(bond, pos) (pos == bond_first_slave(bond)) argument
75 #define bond_is_last_slave(bond, pos) (pos == bond_last_slave(bond)) argument
85 #define bond_for_each_slave(bond, pos, iter) \ argument
89 #define bond_for_each_slave_rcu(bond, pos, iter) \ argument
[all …]
Dbond_alb.h14 #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
Dbond_3ad.h257 #define BOND_AD_INFO(bond) ((bond)->ad_info) argument
/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/
Dlan966x_lag.c40 struct net_device *bond = lan966x->ports[lag]->bond; in lan966x_lag_set_aggr_pgids() local
121 struct net_device *bond, in lan966x_lag_port_join()
161 void lan966x_lag_port_leave(struct lan966x_port *port, struct net_device *bond) in lan966x_lag_port_leave()
344 u32 lan966x_lag_get_mask(struct lan966x *lan966x, struct net_device *bond) in lan966x_lag_get_mask()
Dlan966x_main.h318 struct net_device *bond; member
/linux-6.1.9/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3-sva.c327 struct arm_smmu_bond *bond; in __arm_smmu_sva_bind() local
388 struct arm_smmu_bond *bond = sva_to_bond(handle); in arm_smmu_sva_unbind() local
401 struct arm_smmu_bond *bond = sva_to_bond(handle); in arm_smmu_sva_get_pasid() local
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c1369 static u32 ocelot_get_bond_mask(struct ocelot *ocelot, struct net_device *bond) in ocelot_get_bond_mask()
1392 int ocelot_bond_get_id(struct ocelot *ocelot, struct net_device *bond) in ocelot_bond_get_id()
1512 struct net_device *bond = ocelot_port->bond; in ocelot_apply_bridge_fwd_mask() local
1958 struct net_device *bond = ocelot->ports[lag]->bond; in ocelot_set_aggr_pgids() local
2018 struct net_device *bond; in ocelot_setup_logical_port_ids() local
2112 struct net_device *bond, in ocelot_migrate_lag_fdbs()
2142 struct net_device *bond, in ocelot_port_lag_join()
2167 struct net_device *bond) in ocelot_port_lag_leave()
2205 int ocelot_lag_fdb_add(struct ocelot *ocelot, struct net_device *bond, in ocelot_lag_fdb_add()
2241 int ocelot_lag_fdb_del(struct ocelot *ocelot, struct net_device *bond, in ocelot_lag_fdb_del()
Docelot_net.c1404 struct net_device *bond, in ocelot_netdevice_lag_join()
1436 struct net_device *bond) in ocelot_netdevice_pre_lag_leave()
1448 struct net_device *bond) in ocelot_netdevice_lag_leave()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c391 int veth, bond, err; in test_xdp_bonding_attach() local
470 int bond, err; in test_xdp_bonding_nested() local
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dbond.c280 struct mlx5e_rep_bond *bond; in mlx5e_rep_esw_bond_netevent() local
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h94 struct mlx5e_rep_bond *bond; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2904 struct mlx4_en_bond *bond = container_of(work, in mlx4_en_bond_work() local
2936 struct mlx4_en_bond *bond = NULL; in mlx4_en_queue_bond_work() local
Dresource_tracker.c5026 static int mlx4_mirror_fs_rules(struct mlx4_dev *dev, bool bond) in mlx4_mirror_fs_rules()
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_context.c557 struct intel_engine_cs *bond; in set_proto_ctx_engines_bond() local
/linux-6.1.9/include/soc/mscc/
Docelot.h911 struct net_device *bond; member
927 struct net_device *bond; member
/linux-6.1.9/include/linux/
Dnetdevice.h2941 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument