Lines Matching refs:bond_dev
1410 netdev_tx_t bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev)
1412 struct bonding *bond = netdev_priv(bond_dev);
1524 netdev_tx_t bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev)
1526 struct bonding *bond = netdev_priv(bond_dev);
1787 int bond_alb_set_mac_address(struct net_device *bond_dev, void *addr)
1789 struct bonding *bond = netdev_priv(bond_dev);
1802 dev_addr_set(bond_dev, ss->__data);
1812 swap_slave = bond_slave_has_mac(bond, bond_dev->dev_addr);
1818 alb_set_slave_mac_addr(curr_active, bond_dev->dev_addr,
1819 bond_dev->addr_len);
1822 bond_dev->dev_addr, false);