Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A 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 …]
H A Dbond_alb.c125 static int tlb_initialize(struct bonding *bond) in tlb_initialize()
149 static void tlb_deinitialize(struct bonding *bond) in tlb_deinitialize()
554 struct bonding *bond, in rlb_choose_channel()
712 static void rlb_rebalance(struct bonding *bond) in rlb_rebalance()
855 static int rlb_initialize(struct bonding *bond) in rlb_initialize()
953 struct bonding *bond; member
965 struct bonding *bond = data->bond; in alb_upper_dev_walk() local
1329 void bond_alb_deinitialize(struct bonding *bond) in bond_alb_deinitialize()
1412 struct bonding *bond = netdev_priv(bond_dev); in bond_tlb_xmit() local
1526 struct bonding *bond = netdev_priv(bond_dev); in bond_alb_xmit() local
[all …]
H A Dbond_main.c431 struct bonding *bond; in bond_ipsec_add_sa() local
519 struct bonding *bond; in bond_ipsec_del_sa() local
601 struct bonding *bond; in bond_ipsec_offload_ok() local
647 int bond_set_carrier(struct bonding *bond) in bond_set_carrier()
1368 struct bonding *bond = netdev_priv(dev); in bond_netpoll_setup() local
1400 struct bonding *bond = netdev_priv(dev); in bond_fix_features() local
1530 struct bonding *bond) in bond_should_deliver_exact_match()
1546 struct bonding *bond; in bond_handle_frame() local
3873 struct bonding *bond; in bond_slave_netdev_event() local
6399 struct bonding *bond; in bond_create() local
[all …]
H A 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()
59 void bond_debug_unregister(struct bonding *bond) in bond_debug_unregister()
64 void bond_debug_reregister(struct bonding *bond) in bond_debug_reregister()
95 void bond_debug_register(struct bonding *bond) in bond_debug_register()
99 void bond_debug_unregister(struct bonding *bond) in bond_debug_unregister()
103 void bond_debug_reregister(struct bonding *bond) in bond_debug_reregister()
H A 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()
H A Dbond_3ad.c146 struct bonding *bond = __get_bond_by_port(port); in __get_first_agg() local
212 struct bonding *bond = __get_bond_by_port(port); in __get_agg_selection_mode() local
226 struct bonding *bond = __get_bond_by_port(port); in __check_agg_selection_timer() local
780 struct bonding *bond = aggregator->slave->bond; in __get_active_agg() local
1409 struct bonding *bond; in ad_port_selection_logic() local
1688 struct bonding *bond = agg->slave->bond; in ad_agg_selection_logic() local
2019 void bond_3ad_initialize(struct bonding *bond) in bond_3ad_initialize()
2099 struct bonding *bond = slave->bond; in bond_3ad_unbind_slave() local
2409 struct bonding *bond = slave->bond; in bond_3ad_rx_indication() local
2607 int bond_3ad_set_carrier(struct bonding *bond) in bond_3ad_set_carrier()
[all …]
H A Dbond_netlink.c149 struct bonding *bond = netdev_priv(bond_dev); in bond_slave_changelink() local
187 struct bonding *bond = netdev_priv(bond_dev); in bond_changelink() local
567 struct bonding *bond = netdev_priv(bond_dev); in bond_newlink() local
621 static int bond_option_active_slave_get_ifindex(struct bonding *bond) in bond_option_active_slave_get_ifindex()
636 struct bonding *bond = netdev_priv(bond_dev); in bond_fill_info() local
847 struct bonding *bond; in bond_fill_linkxstats() local
/openbmc/linux/include/net/
H A Dbonding.h51 #define BOND_MODE(bond) ((bond)->params.mode) argument
54 #define bond_slave_list(bond) (&(bond)->dev->adj_list.lower) argument
56 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond)) argument
59 #define bond_first_slave(bond) \ argument
63 #define bond_last_slave(bond) \ argument
69 #define bond_first_slave_rcu(bond) \ argument
83 #define bond_for_each_slave(bond, pos, iter) \ argument
87 #define bond_for_each_slave_rcu(bond, pos, iter) \ argument
158 struct bonding *bond; /* our master */ member
302 static inline bool bond_is_lb(const struct bonding *bond) in bond_is_lb()
[all …]
H A 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
H A Dbond_3ad.h257 #define BOND_AD_INFO(bond) ((bond)->ad_info) argument
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_lag.c42 struct net_device *bond; in lan966x_lag_set_aggr_pgids() local
126 struct net_device *bond, in lan966x_lag_port_join()
166 void lan966x_lag_port_leave(struct lan966x_port *port, struct net_device *bond) in lan966x_lag_port_leave()
349 u32 lan966x_lag_get_mask(struct lan966x *lan966x, struct net_device *bond) in lan966x_lag_get_mask()
H A Dlan966x_main.h464 struct net_device *bond; member
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c1474 static u32 ocelot_get_bond_mask(struct ocelot *ocelot, struct net_device *bond) in ocelot_get_bond_mask()
1497 int ocelot_bond_get_id(struct ocelot *ocelot, struct net_device *bond) in ocelot_bond_get_id()
1617 struct net_device *bond = ocelot_port->bond; in ocelot_apply_bridge_fwd_mask() local
2063 struct net_device *bond = ocelot->ports[lag]->bond; in ocelot_set_aggr_pgids() local
2123 struct net_device *bond; in ocelot_setup_logical_port_ids() local
2217 struct net_device *bond, in ocelot_migrate_lag_fdbs()
2247 struct net_device *bond, in ocelot_port_lag_join()
2272 struct net_device *bond) in ocelot_port_lag_leave()
2310 int ocelot_lag_fdb_add(struct ocelot *ocelot, struct net_device *bond, in ocelot_lag_fdb_add()
2346 int ocelot_lag_fdb_del(struct ocelot *ocelot, struct net_device *bond, in ocelot_lag_fdb_del()
H A Docelot_net.c1394 struct net_device *bond, in ocelot_netdevice_lag_join()
1426 struct net_device *bond) in ocelot_netdevice_pre_lag_leave()
1438 struct net_device *bond) in ocelot_netdevice_lag_leave()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c384 int veth, bond, err; in test_xdp_bonding_attach() local
463 int bond, err; in test_xdp_bonding_nested() local
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c352 struct arm_smmu_bond *bond; in __arm_smmu_sva_bind() local
542 struct arm_smmu_bond *bond = NULL, *t; in arm_smmu_sva_remove_dev_pasid() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbond.c280 struct mlx5e_rep_bond *bond; in mlx5e_rep_esw_bond_netevent() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h94 struct mlx5e_rep_bond *bond; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c1528 struct mlx4_bond *bond = container_of(work, struct mlx4_bond, work); in mlx4_bond_work() local
1557 struct mlx4_bond *bond; in mlx4_queue_bond_work() local
H A Dresource_tracker.c5026 static int mlx4_mirror_fs_rules(struct mlx4_dev *dev, bool bond) in mlx4_mirror_fs_rules()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c557 struct intel_engine_cs *bond; in set_proto_ctx_engines_bond() local
/openbmc/linux/include/soc/mscc/
H A Docelot.h745 struct net_device *bond; member
769 struct net_device *bond; member
/openbmc/linux/include/linux/
H A Dnetdevice.h3027 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument