Searched refs:new_mac (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 543 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/ |
D | port.c | 355 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()
|
D | mlx4.h | 858 int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac);
|
/linux-3.4.99/include/linux/mlx4/ |
D | device.h | 623 int mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac);
|
/linux-3.4.99/drivers/staging/et131x/ |
D | et131x.c | 5166 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()
|