Lines Matching full:slaves
148 /* Must be called only after all slaves have been released */
1044 /* Swap MAC addresses between two slaves.
1151 * addresses of the other slaves.
1154 * permanent hw address with the current address of all the other slaves.
1175 * slaves in the bond. in alb_handle_addr_collision_on_attach()
1229 * In TLB mode all slaves are configured to the bond's hw address, but set
1394 struct bond_up_slave *slaves; in bond_xmit_tlb_slave_get() local
1397 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_tlb_slave_get()
1398 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_tlb_slave_get()
1400 tx_slave = slaves->arr[hash_index % in bond_xmit_tlb_slave_get()
1510 struct bond_up_slave *slaves; in bond_xmit_alb_slave_get() local
1513 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_alb_slave_get()
1514 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_alb_slave_get()
1516 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) % in bond_xmit_alb_slave_get()