Searched refs:new_mac (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c474 int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac) argument
501 table->entries[index] = cpu_to_be64(new_mac | MLX4_MAC_VALID);
506 (unsigned long long) new_mac);
510 dup_table->entries[index] = cpu_to_be64(new_mac | MLX4_MAC_VALID);
515 (unsigned long long)new_mac);
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1377 int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac);

Completed in 88 milliseconds