Home
last modified time | relevance | path

Searched refs:MLX4_MPT_FLAG_FREE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c607 mpt_entry->flags &= ~(cpu_to_be32(MLX4_MPT_FLAG_FREE | in mlx4_mr_rereg_mem_write()
620 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_FREE); in mlx4_mr_rereg_mem_write()
668 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_FREE); in mlx4_mr_enable()
867 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_FREE); in mlx4_mw_enable()
H A Dmlx4.h274 #define MLX4_MPT_FLAG_FREE (0x3UL << 28) macro