Lines Matching defs:slaves
147 /* Must be called only after all slaves have been released */
1031 /* Swap MAC addresses between two slaves.
1138 * addresses of the other slaves.
1141 * permanent hw address with the current address of all the other slaves.
1162 * slaves in the bond.
1216 * In TLB mode all slaves are configured to the bond's hw address, but set
1361 struct bond_up_slave *slaves;
1364 slaves = rcu_dereference(bond->usable_slaves);
1365 count = slaves ? READ_ONCE(slaves->count) : 0;
1367 tx_slave = slaves->arr[hash_index %
1504 struct bond_up_slave *slaves;
1507 slaves = rcu_dereference(bond->usable_slaves);
1508 count = slaves ? READ_ONCE(slaves->count) : 0;
1510 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) %