Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mlx4/mlx4_core/
HDmlx4_mr.c610 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_PHYSICAL); in mlx4_mr_rereg_mem_write()
659 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_PHYSICAL); in mlx4_mr_enable()
HDmlx4.h277 #define MLX4_MPT_FLAG_PHYSICAL (1 << 9) macro