Lines Matching full:slaves
148 /* Must be called only after all slaves have been released */
1045 /* Swap MAC addresses between two slaves.
1152 * addresses of the other slaves.
1155 * permanent hw address with the current address of all the other slaves.
1176 * slaves in the bond. in alb_handle_addr_collision_on_attach()
1230 * In TLB mode all slaves are configured to the bond's hw address, but set
1395 struct bond_up_slave *slaves; in bond_xmit_tlb_slave_get() local
1398 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_tlb_slave_get()
1399 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_tlb_slave_get()
1401 tx_slave = slaves->arr[hash_index % in bond_xmit_tlb_slave_get()
1511 struct bond_up_slave *slaves; in bond_xmit_alb_slave_get() local
1514 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_alb_slave_get()
1515 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_alb_slave_get()
1517 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) % in bond_xmit_alb_slave_get()