Searched refs:bond_list (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | intf.c | 43 struct list_head bond_list; member 136 LIST_HEAD(bond_list); in mlx4_do_bond() 161 list_add_tail(&dev_ctx->bond_list, &bond_list); in mlx4_do_bond() 167 list_for_each_entry(dev_ctx, &bond_list, bond_list) { in mlx4_do_bond()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_sysfs.c | 45 list_for_each_entry(bond, &bn->dev_list, bond_list) { in bonding_show_bonds() 66 list_for_each_entry(bond, &bn->dev_list, bond_list) { in bond_get_by_name()
|
H A D | bond_main.c | 4976 list_del(&bond->bond_list); in bond_uninit() 5386 list_add_tail(&bond->bond_list, &bn->dev_list); in bond_init() 5478 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_sysfs.c | 45 list_for_each_entry(bond, &bn->dev_list, bond_list) { in bonding_show_bonds() 66 list_for_each_entry(bond, &bn->dev_list, bond_list) { in bond_get_by_name()
|
H A D | bond_main.c | 5959 list_del(&bond->bond_list); in bond_uninit() 6372 list_add_tail(&bond->bond_list, &bn->dev_list); in bond_init() 6459 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit_batch()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 238 struct list_head bond_list; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 241 struct list_head bond_list; member
|
Completed in 20 milliseconds