/drivers/net/bonding/ |
D | bond_options.c | 19 static int bond_option_active_slave_set(struct bonding *bond, 21 static int bond_option_miimon_set(struct bonding *bond, 23 static int bond_option_updelay_set(struct bonding *bond, 25 static int bond_option_downdelay_set(struct bonding *bond, 27 static int bond_option_peer_notif_delay_set(struct bonding *bond, 29 static int bond_option_use_carrier_set(struct bonding *bond, 31 static int bond_option_arp_interval_set(struct bonding *bond, 33 static int bond_option_arp_ip_target_add(struct bonding *bond, __be32 target); 34 static int bond_option_arp_ip_target_rem(struct bonding *bond, __be32 target); 35 static int bond_option_arp_ip_targets_set(struct bonding *bond, [all …]
|
D | bond_main.c | 210 static bool bond_time_in_interval(struct bonding *bond, unsigned long last_act, 243 void bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, in bond_dev_queue_xmit() argument 252 if (unlikely(netpoll_tx_running(bond->dev))) in bond_dev_queue_xmit() 253 bond_netpoll_send_skb(bond_get_slave_by_dev(bond, slave_dev), skb); in bond_dev_queue_xmit() 282 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_add_vid() local 287 bond_for_each_slave(bond, slave, iter) { in bond_vlan_rx_add_vid() 297 bond_for_each_slave(bond, rollback_slave, iter) { in bond_vlan_rx_add_vid() 315 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_kill_vid() local 319 bond_for_each_slave(bond, slave, iter) in bond_vlan_rx_kill_vid() 322 if (bond_is_lb(bond)) in bond_vlan_rx_kill_vid() [all …]
|
D | bond_alb.c | 61 static void rlb_purge_src_ip(struct bonding *bond, struct arp_pkt *arp); 62 static void rlb_src_unlink(struct bonding *bond, u32 index); 63 static void rlb_src_link(struct bonding *bond, u32 ip_src_hash, 98 static void __tlb_clear_slave(struct bonding *bond, struct slave *slave, in __tlb_clear_slave() argument 105 tx_hash_table = BOND_ALB_INFO(bond).tx_hashtbl; in __tlb_clear_slave() 120 static void tlb_clear_slave(struct bonding *bond, struct slave *slave, in tlb_clear_slave() argument 123 spin_lock_bh(&bond->mode_lock); in tlb_clear_slave() 124 __tlb_clear_slave(bond, slave, save_load); in tlb_clear_slave() 125 spin_unlock_bh(&bond->mode_lock); in tlb_clear_slave() 129 static int tlb_initialize(struct bonding *bond) in tlb_initialize() argument [all …]
|
D | bond_sysfs.c | 41 struct bonding *bond; in bonding_show_bonds() local 45 list_for_each_entry(bond, &bn->dev_list, bond_list) { in bonding_show_bonds() 53 res += sprintf(buf + res, "%s ", bond->dev->name); in bonding_show_bonds() 64 struct bonding *bond; in bond_get_by_name() local 66 list_for_each_entry(bond, &bn->dev_list, bond_list) { in bond_get_by_name() 67 if (strncmp(bond->dev->name, ifname, IFNAMSIZ) == 0) in bond_get_by_name() 68 return bond->dev; in bond_get_by_name() 145 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option() local 156 ret = bond_opt_tryset_rtnl(bond, opt->id, buffer_clone); in bonding_sysfs_store_option() 168 struct bonding *bond = to_bond(d); in bonding_show_slaves() local [all …]
|
D | bond_procfs.c | 13 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_seq_start() local 23 bond_for_each_slave_rcu(bond, slave, iter) in bond_info_seq_start() 32 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_seq_next() local 39 return bond_first_slave_rcu(bond); in bond_info_seq_next() 41 bond_for_each_slave_rcu(bond, slave, iter) { in bond_info_seq_next() 59 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_show_master() local 64 curr = rcu_dereference(bond->curr_active_slave); in bond_info_show_master() 67 bond_mode_name(BOND_MODE(bond))); in bond_info_show_master() 69 if (BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP && in bond_info_show_master() 70 bond->params.fail_over_mac) { in bond_info_show_master() [all …]
|
D | bond_debugfs.c | 20 struct bonding *bond = m->private; in bond_debug_rlb_hash_show() local 21 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in bond_debug_rlb_hash_show() 25 if (BOND_MODE(bond) != BOND_MODE_ALB) in bond_debug_rlb_hash_show() 31 spin_lock_bh(&bond->mode_lock); in bond_debug_rlb_hash_show() 44 spin_unlock_bh(&bond->mode_lock); in bond_debug_rlb_hash_show() 50 void bond_debug_register(struct bonding *bond) in bond_debug_register() argument 55 bond->debug_dir = in bond_debug_register() 56 debugfs_create_dir(bond->dev->name, bonding_debug_root); in bond_debug_register() 58 debugfs_create_file("rlb_hash_table", 0400, bond->debug_dir, in bond_debug_register() 59 bond, &bond_debug_rlb_hash_fops); in bond_debug_register() [all …]
|
D | bond_netlink.c | 55 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in bond_fill_slave_info() 135 struct bonding *bond = netdev_priv(bond_dev); in bond_slave_changelink() local 150 err = __bond_opt_set(bond, BOND_OPT_QUEUE_ID, &newval); in bond_slave_changelink() 162 struct bonding *bond = netdev_priv(bond_dev); in bond_changelink() local 174 err = __bond_opt_set(bond, BOND_OPT_MODE, &newval); in bond_changelink() 191 err = __bond_opt_set(bond, BOND_OPT_ACTIVE_SLAVE, &newval); in bond_changelink() 199 err = __bond_opt_set(bond, BOND_OPT_MIIMON, &newval); in bond_changelink() 207 err = __bond_opt_set(bond, BOND_OPT_UPDELAY, &newval); in bond_changelink() 215 err = __bond_opt_set(bond, BOND_OPT_DOWNDELAY, &newval); in bond_changelink() 223 err = __bond_opt_set(bond, BOND_OPT_PEER_NOTIF_DELAY, &newval); in bond_changelink() [all …]
|
D | bond_3ad.c | 151 struct bonding *bond = __get_bond_by_port(port); in __get_first_agg() local 156 if (bond == NULL) in __get_first_agg() 160 first_slave = bond_first_slave_rcu(bond); in __get_first_agg() 217 struct bonding *bond = __get_bond_by_port(port); in __get_agg_selection_mode() local 219 if (bond == NULL) in __get_agg_selection_mode() 222 return bond->params.ad_select; in __get_agg_selection_mode() 231 struct bonding *bond = __get_bond_by_port(port); in __check_agg_selection_timer() local 233 if (bond == NULL) in __check_agg_selection_timer() 236 return BOND_AD_INFO(bond).agg_select_timer ? 1 : 0; in __check_agg_selection_timer() 329 slave->bond->dev->name, in __get_link_speed() [all …]
|
D | bond_sysfs_slave.c | 70 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in ad_aggregator_id_show() 85 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in ad_actor_oper_port_state_show() 100 if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) { in ad_partner_oper_port_state_show()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2984 struct mlx4_en_bond *bond = container_of(work, in mlx4_en_bond_work() local 2988 struct mlx4_dev *dev = bond->priv->mdev->dev; in mlx4_en_bond_work() 2990 if (bond->is_bonded) { in mlx4_en_bond_work() 2994 en_err(bond->priv, "Fail to bond device\n"); in mlx4_en_bond_work() 2997 err = mlx4_port_map_set(dev, &bond->port_map); in mlx4_en_bond_work() 2999 en_err(bond->priv, "Fail to set port map [%d][%d]: %d\n", in mlx4_en_bond_work() 3000 bond->port_map.port1, in mlx4_en_bond_work() 3001 bond->port_map.port2, in mlx4_en_bond_work() 3007 en_err(bond->priv, "Fail to unbond device\n"); in mlx4_en_bond_work() 3009 dev_put(bond->priv->dev); in mlx4_en_bond_work() [all …]
|
D | resource_tracker.c | 5024 static int mlx4_mirror_fs_rules(struct mlx4_dev *dev, bool bond) in mlx4_mirror_fs_rules() argument 5037 if ((bond && fs_rule->mirr_mbox_size) || in mlx4_mirror_fs_rules() 5038 (!bond && !fs_rule->mirr_mbox_size)) in mlx4_mirror_fs_rules() 5043 if (bond) in mlx4_mirror_fs_rules()
|
/drivers/gpu/drm/i915/gt/ |
D | intel_lrc.c | 3688 struct ve_bond *bond; in virtual_bond_execute() local 3692 bond = virtual_find_bond(ve, to_request(signal)->engine); in virtual_bond_execute() 3693 if (bond) in virtual_bond_execute() 3694 allowed &= bond->sibling_mask; in virtual_bond_execute() 3882 struct ve_bond *bond; in intel_virtual_engine_attach_bond() local 3892 bond = virtual_find_bond(ve, master); in intel_virtual_engine_attach_bond() 3893 if (bond) { in intel_virtual_engine_attach_bond() 3894 bond->sibling_mask |= sibling->mask; in intel_virtual_engine_attach_bond() 3898 bond = krealloc(ve->bonds, in intel_virtual_engine_attach_bond() 3899 sizeof(*bond) * (ve->num_bonds + 1), in intel_virtual_engine_attach_bond() [all …]
|
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_context.c | 1507 struct intel_engine_cs *bond; in set_engines__bond() local 1512 bond = intel_engine_lookup_user(set->ctx->i915, in set_engines__bond() 1515 if (!bond) { in set_engines__bond() 1528 bond); in set_engines__bond()
|
/drivers/net/ethernet/mscc/ |
D | ocelot.c | 1598 struct net_device *bond) in ocelot_port_lag_join() argument 1607 for_each_netdev_in_bond_rcu(bond, ndev) { in ocelot_port_lag_join() 1639 struct net_device *bond) in ocelot_port_lag_leave() argument
|
/drivers/net/ |
D | Kconfig | 46 Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
|
/drivers/staging/comedi/ |
D | Kconfig | 49 Enable support for a driver to 'bond' (merge) multiple subdevices
|