Home
last modified time | relevance | path

Searched refs:new_mac (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c543 u8 *new_mac; in ixgbe_rcv_msg_from_vf() local
561 new_mac = (u8 *)(&msgbuf[1]); in ixgbe_rcv_msg_from_vf()
567 if (is_valid_ether_addr(new_mac) && in ixgbe_rcv_msg_from_vf()
576 memcpy(new_mac, vf_mac, ETH_ALEN); in ixgbe_rcv_msg_from_vf()
595 new_mac = ((u8 *)(&msgbuf[1])); in ixgbe_rcv_msg_from_vf()
596 if (is_valid_ether_addr(new_mac) && in ixgbe_rcv_msg_from_vf()
598 ixgbe_set_vf_mac(adapter, vf, new_mac); in ixgbe_rcv_msg_from_vf()
600 new_mac, ETH_ALEN)) { in ixgbe_rcv_msg_from_vf()
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Dport.c355 int mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac) in mlx4_replace_mac() argument
369 entry->mac = new_mac; in mlx4_replace_mac()
370 mlx4_register_mac(dev, port, new_mac); in mlx4_replace_mac()
382 table->entries[index] = cpu_to_be64(new_mac | MLX4_MAC_VALID); in mlx4_replace_mac()
387 (unsigned long long) new_mac); in mlx4_replace_mac()
Dmlx4.h858 int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac);
/linux-3.4.99/include/linux/mlx4/
Ddevice.h623 int mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac);
/linux-3.4.99/drivers/staging/et131x/
Det131x.c5166 static int et131x_set_mac_addr(struct net_device *netdev, void *new_mac) in et131x_set_mac_addr() argument
5170 struct sockaddr *address = new_mac; in et131x_set_mac_addr()