Searched refs:MLX4_MPT_FLAG_FREE (Results 1 – 2 of 2) sorted by relevance
604 mpt_entry->flags &= ~(cpu_to_be32(MLX4_MPT_FLAG_FREE | in mlx4_mr_rereg_mem_write()617 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_FREE); in mlx4_mr_rereg_mem_write()665 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_FREE); in mlx4_mr_enable()864 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_FREE); in mlx4_mw_enable()
272 #define MLX4_MPT_FLAG_FREE (0x3UL << 28) macro