Home
last modified time | relevance | path

Searched refs:usable_slaves (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c2647 struct bond_up_slave *usable_slaves; in bond_miimon_inspect() local
2649 usable_slaves = rcu_dereference(bond->usable_slaves); in bond_miimon_inspect()
2651 if (usable_slaves && usable_slaves->count == 0) in bond_miimon_inspect()
5095 struct bond_up_slave *usable_slaves, in bond_set_slave_arr() argument
5100 usable = rtnl_dereference(bond->usable_slaves); in bond_set_slave_arr()
5101 rcu_assign_pointer(bond->usable_slaves, usable_slaves); in bond_set_slave_arr()
5124 struct bond_up_slave *usable_slaves = NULL, *all_slaves = NULL; in bond_update_slave_arr() local
5132 usable_slaves = kzalloc(struct_size(usable_slaves, arr, in bond_update_slave_arr()
5136 if (!usable_slaves || !all_slaves) { in bond_update_slave_arr()
5172 usable_slaves->count); in bond_update_slave_arr()
[all …]
H A Dbond_alb.c1398 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_tlb_slave_get()
1514 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_alb_slave_get()
/openbmc/linux/include/net/
H A Dbonding.h219 struct bond_up_slave __rcu *usable_slaves; member