Searched refs:MLX4_MAC_VALID (Results 1 – 2 of 2) sorted by relevance
43 #define MLX4_MAC_VALID (1ull << 63) macro279 table->entries[free] = cpu_to_be64(mac | MLX4_MAC_VALID); in __mlx4_register_mac()294 dup_table->entries[free] = cpu_to_be64(mac | MLX4_MAC_VALID); in __mlx4_register_mac()481 table->entries[index] = cpu_to_be64(new_mac | MLX4_MAC_VALID); in __mlx4_replace_mac()490 dup_table->entries[index] = cpu_to_be64(new_mac | MLX4_MAC_VALID); in __mlx4_replace_mac()
51 #define MLX4_MAC_VALID (1ull << 63) macro