Lines Matching full:slaves
147 /* Must be called only after all slaves have been released */
1030 /* Swap MAC addresses between two slaves.
1137 * addresses of the other slaves.
1140 * permanent hw address with the current address of all the other slaves.
1161 * slaves in the bond. in alb_handle_addr_collision_on_attach()
1215 * In TLB mode all slaves are configured to the bond's hw address, but set
1360 struct bond_up_slave *slaves; in bond_xmit_tlb_slave_get() local
1363 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_tlb_slave_get()
1364 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_tlb_slave_get()
1366 tx_slave = slaves->arr[hash_index % in bond_xmit_tlb_slave_get()
1503 struct bond_up_slave *slaves; in bond_xmit_alb_slave_get() local
1506 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_alb_slave_get()
1507 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_alb_slave_get()
1509 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) % in bond_xmit_alb_slave_get()