Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ifmlx4/
HDport.c277 int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac) in __mlx4_replace_mac() argument
291 table->entries[index] = cpu_to_be64(new_mac | MLX4_MAC_VALID); in __mlx4_replace_mac()
296 (unsigned long long) new_mac); in __mlx4_replace_mac()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDport.c277 int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac) in __mlx4_replace_mac() argument
291 table->entries[index] = cpu_to_be64(new_mac | MLX4_MAC_VALID); in __mlx4_replace_mac()
296 (unsigned long long) new_mac); in __mlx4_replace_mac()
/NextBSD/sys/ofed/include/linux/mlx4/
HDdevice.h1255 int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac);