Searched refs:MLX4_MAC_VALID (Results 1 – 2 of 2) sorted by relevance
41 #define MLX4_MAC_VALID (1ull << 63) macro279 table->entries[free] = cpu_to_be64(mac | MLX4_MAC_VALID); in __mlx4_register_mac()382 table->entries[index] = cpu_to_be64(new_mac | MLX4_MAC_VALID); in mlx4_replace_mac()
48 #define MLX4_MAC_VALID (1ull << 63) macro